webhook/node_modules/color-name
2024-03-28 12:25:32 +10:00
..
index.js Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
LICENSE Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
package.json chore: updating deps 2024-03-28 12:25:32 +10:00
README.md Add node_modules until bundler is added 2020-08-26 09:57:08 +10: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]