From 0a773a2c470f6048ef018fc0bb1fd0ec9f3e7458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Mon, 15 Sep 2014 10:34:54 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3681f27..a8ff265 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,8 @@ An advanced, fast but small (46.9KB, 19.9KB gZip) **javaScript** (only, framewor 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](http://dematte.at/cpn).
**colors.js** can convert 182 different combinations of color spaces (rgb2HSV, RGB2hsl, rgb2RGB, HEX2Lab, ...) -##Demo -See **demo** at [dematte.at/cpn](http://dematte.at/cpn) - -I will soon add some implementation examples (for jQuery, ...) +##Demo & integration +See **demo** at [dematte.at/cpn](http://dematte.at/cpn) or check out a simple jQuery integration at [dematte.at/cpn/jQuery_implementation](http://www.dematte.at/cpn/jQuery_implementation/) and [jQuery_implementation/jqColor.js](jQuery_implementation)