node-imagemagick-native
node-imagemagick-native copied to clipboard
NPM needs version bump
When I installed with npm install imagemagick-native, I picked up version 1.9.3 as latest.
I was getting an error, resizeStyle not supported using resizeStyle: 'crop', which is introduced in PR #167.
I resolved this by pointing directly at the repo in packages.json:
"dependencies": { "imagemagick-native": "https://github.com/elad/node-imagemagick-native" }
I think NPM needs a version bump and new tarball?