hensei-web/node_modules/color-name
2020-09-11 06:44:42 -07:00
..
.eslintrc.json First commit 2020-09-11 06:44:42 -07:00
.npmignore First commit 2020-09-11 06:44:42 -07:00
index.js First commit 2020-09-11 06:44:42 -07:00
LICENSE First commit 2020-09-11 06:44:42 -07:00
package.json First commit 2020-09-11 06:44:42 -07:00
README.md First commit 2020-09-11 06:44:42 -07:00
test.js First commit 2020-09-11 06:44:42 -07:00

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]