add color libraries

This commit is contained in:
chencheng 2014-07-09 13:38:03 +08:00
parent a651d2150a
commit fbf43a44a8
1 changed files with 3 additions and 0 deletions

View File

@ -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.*