node-imagemagick-native icon indicating copy to clipboard operation
node-imagemagick-native copied to clipboard

NPM needs version bump

Open vgkids opened this issue 5 years ago • 0 comments

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?

vgkids avatar Apr 05 '20 19:04 vgkids