timepiece/node_modules/color-name
2024-05-14 09:54:12 -05:00
..
.eslintrc.json Initial code commit 2024-05-14 09:54:12 -05:00
.npmignore Initial code commit 2024-05-14 09:54:12 -05:00
index.js Initial code commit 2024-05-14 09:54:12 -05:00
LICENSE Initial code commit 2024-05-14 09:54:12 -05:00
package.json Initial code commit 2024-05-14 09:54:12 -05:00
README.md Initial code commit 2024-05-14 09:54:12 -05:00
test.js Initial code commit 2024-05-14 09:54:12 -05: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]