main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
384 bytes
|
Line | |
---|
1 | A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.
|
---|
2 |
|
---|
3 | [![NPM](https://nodei.co/npm/color-name.png?mini=true)](https://nodei.co/npm/color-name/)
|
---|
4 |
|
---|
5 |
|
---|
6 | ```js
|
---|
7 | var colors = require('color-name');
|
---|
8 | colors.red //[255,0,0]
|
---|
9 | ```
|
---|
10 |
|
---|
11 | <a href="LICENSE"><img src="https://upload.wikimedia.org/wikipedia/commons/0/0c/MIT_logo.svg" width="120"/></a>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.