From 4aa8d90f7aa2b3d19bcb832a1f4d9f6b3c679638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Dematt=C3=A9?= Date: Fri, 6 Feb 2015 14:48:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97681d5..683ce20 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # tinyColorPicker and colors Looking for mobile first, tiny foot print, fast, scaleable, flexible and pluggable...
-This 4.5KB small HSB color picker is based on a subset of [colors.js](https://github.com/PitPik/colorPicker/blob/master/colors.js) from it's big brother [colorPicker](https://github.com/PitPik/colorPicker/), supports all modern features like touch and MS pointer, GPU accelerated rendering, battery friendly requestAnimationFrame and provides a lot of hooks for developers to write plugins. +This 4.5KB small (1 .js file only; no images or css needed) HSB color picker is based on a subset of [colors.js](https://github.com/PitPik/colorPicker/blob/master/colors.js) from it's big brother [colorPicker](https://github.com/PitPik/colorPicker/), supports all modern features like touch and MS pointer, GPU accelerated rendering, battery friendly requestAnimationFrame and provides a lot of hooks for developers to write plugins. ##Demo See **demo** at [dematte.at/tinyColorPicker](http://dematte.at/tinyColorPicker)