PromoCursed/node_modules/color-name
2024-08-20 23:25:37 +04:00
..
.eslintrc.json Первый коммит 2024-08-20 23:25:37 +04:00
.npmignore Первый коммит 2024-08-20 23:25:37 +04:00
index.js Первый коммит 2024-08-20 23:25:37 +04:00
LICENSE Первый коммит 2024-08-20 23:25:37 +04:00
package.json Первый коммит 2024-08-20 23:25:37 +04:00
README.md Первый коммит 2024-08-20 23:25:37 +04:00
test.js Первый коммит 2024-08-20 23:25:37 +04: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]