itmo-php-course/node_modules/color-name
2024-12-26 12:19:04 +03:00
..
index.js try to push 2024-12-26 12:19:04 +03:00
LICENSE try to push 2024-12-26 12:19:04 +03:00
package.json try to push 2024-12-26 12:19:04 +03:00
README.md try to push 2024-12-26 12:19:04 +03: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]