travel/admin/node_modules/color-name
yaosen 242417d45d init... 2024-06-24 11:28:18 +08:00
..
.eslintrc.json init... 2024-06-24 11:28:18 +08:00
.npmignore init... 2024-06-24 11:28:18 +08:00
LICENSE init... 2024-06-24 11:28:18 +08:00
README.md init... 2024-06-24 11:28:18 +08:00
index.js init... 2024-06-24 11:28:18 +08:00
package.json init... 2024-06-24 11:28:18 +08:00
test.js init... 2024-06-24 11:28:18 +08:00

README.md

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]