eslintwork/node_modules/color-name
Martin Donnelly 9cbf1eea5b init
2021-06-24 09:26:17 +01:00
..
.eslintrc.json init 2021-06-24 09:26:17 +01:00
.npmignore init 2021-06-24 09:26:17 +01:00
index.js init 2021-06-24 09:26:17 +01:00
LICENSE init 2021-06-24 09:26:17 +01:00
package.json init 2021-06-24 09:26:17 +01:00
README.md init 2021-06-24 09:26:17 +01:00
test.js init 2021-06-24 09:26:17 +01: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]