mya/node_modules/color-name
Fabio 82ccd023df
Some checks are pending
Build Android APK / build (push) Waiting to run
first commit
2026-01-21 15:08:14 +01:00
..
index.js first commit 2026-01-21 15:08:14 +01:00
LICENSE first commit 2026-01-21 15:08:14 +01:00
package.json first commit 2026-01-21 15:08:14 +01:00
README.md first commit 2026-01-21 15:08:14 +01: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]