Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/excalith/colorizer
Colorizer - A Small Color Converter
https://github.com/excalith/colorizer
color color-converter demo float hex hsl hsv html javascript jquery rgb rgba
Last synced: 3 days ago
JSON representation
Colorizer - A Small Color Converter
- Host: GitHub
- URL: https://github.com/excalith/colorizer
- Owner: excalith
- License: mit
- Created: 2018-04-26T15:50:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T12:56:56.000Z (over 6 years ago)
- Last Synced: 2024-10-12T07:51:09.962Z (3 months ago)
- Topics: color, color-converter, demo, float, hex, hsl, hsv, html, javascript, jquery, rgb, rgba
- Language: JavaScript
- Homepage: https://excalith.github.io/Colorizer
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Colorizer - A Tiny Color Converter
Colorizer is a simple color converter that can take multiple color formats as input and converts them into different color formats in real-time.### [Try The Demo Here](https://excalith.github.io/Colorizer/)
![Anim](/images/anim.gif)
## Dependencies:
* [jQuery](https://github.com/jquery/jquery) - Making life bearable
* [TinyColor](https://github.com/bgrins/TinyColor) - Old color converter. No longer maintained