-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels