bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript
https://bgrins.github.io/TinyColor/
MIT License
5.08k stars 438 forks source link

Testing page #55

Open yairEO opened 10 years ago

yairEO commented 10 years ago

I've created a testing page for your awesome code:

http://codepen.io/vsync/pen/LnIhd

it's pretty minimal now. later I might add more methods

bgrins commented 10 years ago

Cool, thanks for sharing :). I could definitely see something like this replacing the demo on the home page (which sort of does the same thing but is not very good looking and without a colorpicker).

By the way, the spectrum colorpicker (which is based off of this lib) could work for the picker if you wanted more options and a quicker UI: https://bgrins.github.io/spectrum

yairEO commented 10 years ago

Can you please update CDNJS with up-to-date copies of both codes, so I could import them to the testing page? That would be wonderful. Google CHROME doesn't allow importing external content from github since it isn't served in the right MIME type. (a bug in webkit)