linx-simulator2/node_modules/color-name
Sergiu Toma 6e1686be67 Simulator first commit 2019-09-18 11:11:16 +03:00
..
.eslintrc.json Simulator first commit 2019-09-18 11:11:16 +03:00
.npmignore Simulator first commit 2019-09-18 11:11:16 +03:00
LICENSE Simulator first commit 2019-09-18 11:11:16 +03:00
README.md Simulator first commit 2019-09-18 11:11:16 +03:00
index.js Simulator first commit 2019-09-18 11:11:16 +03:00
package.json Simulator first commit 2019-09-18 11:11:16 +03:00
test.js Simulator first commit 2019-09-18 11:11:16 +03: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]