dwolfe884_obsidian-x86-flow.../node_modules/color-name
2023-02-03 12:11:50 -06:00
..
index.js added boiler plate and stuff 2023-02-03 12:11:50 -06:00
LICENSE added boiler plate and stuff 2023-02-03 12:11:50 -06:00
package.json added boiler plate and stuff 2023-02-03 12:11:50 -06:00
README.md added boiler plate and stuff 2023-02-03 12:11:50 -06: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]