framework / node_modules / color-name /
..
.eslintrc.json update 1 year ago
.npmignore update 1 year ago
LICENSE update 1 year ago
README.md update 1 year ago
index.js update 1 year ago
package.json update 1 year ago
test.js update 1 year ago
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]