1
0
CompleteNodeJS/notes-app/node_modules/color-name
Jason Williams 6528d7204a Section 20
2019-08-11 12:15:16 -06:00
..
.eslintrc.json Section 20 2019-08-11 12:15:16 -06:00
.npmignore Section 20 2019-08-11 12:15:16 -06:00
index.js Section 20 2019-08-11 12:15:16 -06:00
LICENSE Section 20 2019-08-11 12:15:16 -06:00
package.json Section 20 2019-08-11 12:15:16 -06:00
README.md Section 20 2019-08-11 12:15:16 -06:00
test.js Section 20 2019-08-11 12:15:16 -06: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]