Fantasy-Map-Generator/node_modules/color-name
2021-12-12 23:02:38 -08:00
..
index.js merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
LICENSE merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
package.json merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08:00
README.md merge completed... now to fix all the bugs... 2021-12-12 23:02:38 -08: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]