Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
timotgl committed Jan 4, 2017
1 parent 314022d commit df2bd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Experimental JavaScript library to measure blur in images. See this [blog post](
1. Make sure [Cairo](http://cairographics.org/) is installed in your system, the [canvas](https://github.com/Automattic/node-canvas) module requires this. [How to install node-canvas](https://github.com/Automattic/node-canvas/wiki).
* On OS X with [Homebrew](http://brew.sh/): `brew install pkg-config cairo pango libpng jpeg giflib`
1. `npm install`
1. `node measure_blur.js path/to/image/file.jpg`
1. `node measure_blur_node.js path/to/image/file.jpg`

## Prepare and run browser demo - under construction
1. `npm install`
Expand Down

0 comments on commit df2bd70

Please sign in to comment.