web/node_modules/color-name
2021-11-02 12:20:20 +07:00
..
.eslintrc.json first commit 2021-11-02 12:20:20 +07:00
.npmignore first commit 2021-11-02 12:20:20 +07:00
index.js first commit 2021-11-02 12:20:20 +07:00
LICENSE first commit 2021-11-02 12:20:20 +07:00
package.json first commit 2021-11-02 12:20:20 +07:00
README.md first commit 2021-11-02 12:20:20 +07:00
test.js first commit 2021-11-02 12:20:20 +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]