Comparing version 0.1.0 to 0.1.1
@@ -1,2 +0,2 @@ | ||
var gm = require('gm'); | ||
var gm = require('gm').subClass({ imageMagick: true }); | ||
var nimble = require('nimble'); | ||
@@ -3,0 +3,0 @@ var deepcopy = require('deepcopy'); |
{ | ||
"name": "oenyi", | ||
"description": "A wrapper for image processing commands that provides a chainable API with asynchronous pipeline of commands.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "image", |
@@ -16,3 +16,16 @@ # Oenyi | ||
You need to install imagemagick since this library depends on it. | ||
**OSX** | ||
```bash | ||
$ brew install imagemagick | ||
``` | ||
**Ubuntu** | ||
```bash | ||
$ sudo apt-get install imagemagick | ||
``` | ||
Then install the module. | ||
``` | ||
npm install oenyi | ||
@@ -19,0 +32,0 @@ ``` |
132188
150