Andrea Fazzi 994369ab61 First commit 7 年 前
..
.eslintrc.json 994369ab61 First commit 7 年 前
.npmignore 994369ab61 First commit 7 年 前
LICENSE 994369ab61 First commit 7 年 前
README.md 994369ab61 First commit 7 年 前
index.js 994369ab61 First commit 7 年 前
package.json 994369ab61 First commit 7 年 前
test.js 994369ab61 First commit 7 年 前

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]