https://github.com/maxmechanic/color-depth
translate color names/rgb/hex to rgb/hex/hsv/hsl
https://github.com/maxmechanic/color-depth
Last synced: about 2 months ago
JSON representation
translate color names/rgb/hex to rgb/hex/hsv/hsl
- Host: GitHub
- URL: https://github.com/maxmechanic/color-depth
- Owner: maxmechanic
- License: mit
- Created: 2017-11-19T21:54:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T22:12:58.000Z (over 7 years ago)
- Last Synced: 2025-02-04T17:20:48.218Z (4 months ago)
- Language: Clojure
- Homepage: https://maxmechanic.github.io/color-depth/
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# color-depth
Easy color translations. Currently acting as surface area into the rich pool of color-related functions in the [Google Closure Library](https://google.github.io/closure-library/api/goog.color.html).

### Development mode
To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:
```
lein figwheel
```Figwheel will automatically push cljs changes to the browser.
Once Figwheel starts up, you should be able to open the `public/index.html` page in the browser.### Building for production
```
lein clean
lein package
```