diff --git a/README.md b/README.md index 3b70c2d..b77cf52 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # colorPicker An advanced, fast but small **javaScript (only) color picker** (color chooser for desktop use) that uses only one .js file (no extra HTML, CSS, images, etc... on IE9+ and internet browsers), works though in all browsers incl. IE6+ (an extra CSS has to be made to make it work in IE6 though and some additional setTimeout tricks to make it work in IE5.5)
-colorPicker uses colors.js, a small but comprehensive tool for color conversions / calculations... +**colorPicker.js** uses **colors.js**, a small but comprehensive tool for color conversions / calculations... -With **Colors.js** (~8.7k or way smaller if other color spaces and complex calculations are taken out...) you can also build your own simpler and / or smaller color pickers quite easy as demonstrated on the demo page.
-**Colors.js** can convert 182 different combinations of color spaces (rgb2HSV, RGB2hsl, rgb2RGB, HEX2Lab, ...) +With **colors.js** (~8.7k or way smaller if other color spaces and complex calculations are taken out...) you can also build your own simpler and / or smaller color pickers quite easy as demonstrated on the demo page.
+**colors.js** can convert 182 different combinations of color spaces (rgb2HSV, RGB2hsl, rgb2RGB, HEX2Lab, ...) ##Demo See **demo** at http://dematte.at/cpn @@ -15,7 +15,7 @@ All the W3C 2.0 calculations for readability are also based on opacity levels of Supported color spaces are: (* also displayed as colors in realtime)
rgb *, hsv(b) *, hsl *, cmyk, cmy, Lab, XYZ, HEX -##Colors.js +##colors.js ```javascript var myColors = new Colors({ // all options have a default value...