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

Questions about stability and use #8

Closed Martin1887 closed 9 years ago

Martin1887 commented 9 years ago

Hello.

I am interested in use this library in a javascript library for color themes that I am developing. I have this questions:

Thank you very much!

PitPik commented 9 years ago

Hi Martin, this colorPicker has nothing to do with the previous version (0.9), it doesn't even have it's own implementation (as the old one had) as I intend to give the broadest freedom to developers to implement it their way, that's why I wrote this jQuery example to show 'a' way how to implement... have a look at it and make your own. I chose jQuery to write less lines so it's better readable how it works... it's mostly javaScript any how. I will add the double license again soon, so feel free to use it. About stability: well, it's the most stable version since... I will probably only add some more examples how to implement (more demos) and more documentation... If I find things that can be optimized (performance or size) then that will probably be the only thing I'll add (I skipped completion of IE6 and IE5.5 support though, even if it's still possible with this version...). If you find any 'real' issues, please let me know ;o) Thanks!!!

PitPik commented 9 years ago

@Martin1887 there is now a plain javaScript implementation...

Martin1887 commented 9 years ago

Thank you very much, I love it!