PitPik / colorPicker

Advanced javaScript color picker and color conversion / calculation (rgb, hsv, hsl, hex, cmyk, cmy, XYZ, Lab, alpha, WCAG 2.0, ...)
http://www.dematte.at/colorPicker/
MIT License
570 stars 136 forks source link

Erroron bower #28

Closed johnkottis closed 8 years ago

johnkottis commented 8 years ago

I am getting the following error when I do a bower install

Error Message: enotfound package colorPicker not found

pasqLisena commented 8 years ago

This is because this color picker is not on bower.

Please add it!!! :pray: :smile:


@johnkottis Meanwhile, you can use bower directly on the git repo:

bower install https://github.com/PitPik/colorPicker.git
PitPik commented 8 years ago

tinyColorPicker (https://github.com/PitPik/tinyColorPicker) is on bower, maybe that helps (bower install tinyColorPicker). Until I haven't updated the implementations, I won't put colorPicker on bower. Sorry, but this could take a while ;o)