陈鹏铭 fe36a53a7d 首次提交 vor 1 Jahr
..
.eslintrc.json fe36a53a7d 首次提交 vor 1 Jahr
.npmignore fe36a53a7d 首次提交 vor 1 Jahr
LICENSE fe36a53a7d 首次提交 vor 1 Jahr
README.md fe36a53a7d 首次提交 vor 1 Jahr
index.js fe36a53a7d 首次提交 vor 1 Jahr
package.json fe36a53a7d 首次提交 vor 1 Jahr
test.js fe36a53a7d 首次提交 vor 1 Jahr

README.md

A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.

NPM

var colors = require('color-name');
colors.red //[255,0,0]