diff options
author | Minteck <contact@minteck.org> | 2021-12-01 22:17:16 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-01 22:17:16 +0100 |
commit | bce13ee94deb2a4914784bb4268dc1d7bc0f11ed (patch) | |
tree | 4241baf94ebc38dfb6ac7681943e7b6724515528 /node_modules/color-name/README.md | |
parent | e9e6d2f9ddabbd1b201659ff01b9e3871a16f131 (diff) | |
download | rainbow-bce13ee94deb2a4914784bb4268dc1d7bc0f11ed.tar.gz rainbow-bce13ee94deb2a4914784bb4268dc1d7bc0f11ed.tar.bz2 rainbow-bce13ee94deb2a4914784bb4268dc1d7bc0f11ed.zip |
Preparing i18n
Diffstat (limited to 'node_modules/color-name/README.md')
-rw-r--r-- | node_modules/color-name/README.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/node_modules/color-name/README.md b/node_modules/color-name/README.md index 3611a6b..932b979 100644 --- a/node_modules/color-name/README.md +++ b/node_modules/color-name/README.md @@ -1,11 +1,11 @@ -A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors. - -[![NPM](https://nodei.co/npm/color-name.png?mini=true)](https://nodei.co/npm/color-name/) - - -```js -var colors = require('color-name'); -colors.red //[255,0,0] -``` - -<a href="LICENSE"><img src="https://upload.wikimedia.org/wikipedia/commons/0/0c/MIT_logo.svg" width="120"/></a> +A JSON with color names and its values. Based on http://dev.w3.org/csswg/css-color/#named-colors.
+
+[![NPM](https://nodei.co/npm/color-name.png?mini=true)](https://nodei.co/npm/color-name/)
+
+
+```js
+var colors = require('color-name');
+colors.red //[255,0,0]
+```
+
+<a href="LICENSE"><img src="https://upload.wikimedia.org/wikipedia/commons/0/0c/MIT_logo.svg" width="120"/></a>
|