get-average-color
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "get-average-color", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Get average color from image in browser environment", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -16,3 +16,3 @@ # get-average-color | ||
``` | ||
```bash | ||
$ npm i -S get-average-color | ||
@@ -31,4 +31,4 @@ ``` | ||
## Demo | ||
Clone this repo, install all dependencies, then start the demo | ||
``` | ||
Clone this repo, install all dependencies and then start the demo | ||
```bash | ||
$ git clone git@github.com:bashkos/get-average-color.git | ||
@@ -35,0 +35,0 @@ $ cd get-average-color |
551353