MyRepo-Ums/node_modules/color-name
2024-01-19 11:09:11 +01:00
..
.eslintrc.json first commit 2024-01-19 11:09:11 +01:00
.npmignore first commit 2024-01-19 11:09:11 +01:00
index.js first commit 2024-01-19 11:09:11 +01:00
LICENSE first commit 2024-01-19 11:09:11 +01:00
package.json first commit 2024-01-19 11:09:11 +01:00
README.md first commit 2024-01-19 11:09:11 +01:00
test.js first commit 2024-01-19 11:09:11 +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]