DUtils/node_modules/color-name
KeiferJu 5799020e30 first commit 2022-03-24 13:36:08 +08:00
..
.eslintrc.json first commit 2022-03-24 13:36:08 +08:00
.npmignore first commit 2022-03-24 13:36:08 +08:00
LICENSE first commit 2022-03-24 13:36:08 +08:00
README.md first commit 2022-03-24 13:36:08 +08:00
index.js first commit 2022-03-24 13:36:08 +08:00
package.json first commit 2022-03-24 13:36:08 +08:00
test.js first commit 2022-03-24 13:36:08 +08:00

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]