MultiLoader-Template/node_modules/color-name
3944Realms 768f38fc97 feat: 可使用的构建模板
修改了脚本,使其可以推给Maven仓库
2026-05-03 13:02:19 +08:00
..
.eslintrc.json feat: 可使用的构建模板 2026-05-03 13:02:19 +08:00
.npmignore feat: 可使用的构建模板 2026-05-03 13:02:19 +08:00
index.js feat: 可使用的构建模板 2026-05-03 13:02:19 +08:00
LICENSE feat: 可使用的构建模板 2026-05-03 13:02:19 +08:00
package.json feat: 可使用的构建模板 2026-05-03 13:02:19 +08:00
README.md feat: 可使用的构建模板 2026-05-03 13:02:19 +08:00
test.js feat: 可使用的构建模板 2026-05-03 13:02:19 +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]