You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nathan Steel 84b28d60b2 Add NPM build config 3 years ago
..
.eslintrc.json Add NPM build config 3 years ago
.npmignore Add NPM build config 3 years ago
LICENSE Add NPM build config 3 years ago
README.md Add NPM build config 3 years ago
index.js Add NPM build config 3 years ago
package.json Add NPM build config 3 years ago
test.js Add NPM build config 3 years 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]