Tech4biz-Update/node_modules/color-name
2024-10-25 10:46:09 +05:30
..
index.js initial commit 2024-10-25 10:46:09 +05:30
LICENSE initial commit 2024-10-25 10:46:09 +05:30
package.json initial commit 2024-10-25 10:46:09 +05:30
README.md initial commit 2024-10-25 10:46:09 +05:30

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]