From fbf43a44a84031b1843fd89fbefb1daede8a45ab Mon Sep 17 00:00:00 2001 From: chencheng Date: Wed, 9 Jul 2014 13:38:03 +0800 Subject: [PATCH] add color libraries --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5a913db..1eafb5d 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,10 @@ There're also some great commercial libraries, like [amchart](http://www.amchart ## Color +* [randomColor](https://github.com/davidmerfield/randomColor) - A color generator for JavaScript. * [chroma.js](https://github.com/gka/chroma.js) - JavaScript library for all kinds of color manipulations. +* [color](https://github.com/harthur/color) - JavaScript color conversion and manipulation library. +* [colors](https://github.com/mrmrs/colors) - Smarter defaults for colors on the web. ## I18n And L10n *Localization (i18n) and internationalization (l10n) JavaScript libraries.*