smartcrop-sharp
smartcrop-sharp copied to clipboard
Node module for using smartcrop via sharp/libvips
Sounds like sharp peer dependency needs manual resolve every time it's updated... [I googled around and found that using asterics is a bad practice](https://stackoverflow.com/questions/47309598/make-your-npm-package-support-multiple-versions-of-peer-dependency) So, I think we are relatively...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Making sure we can still install it with more recent versions of sharp.
### Related issues - https://github.com/lovell/sharp/issues/2448#issuecomment-731279993 - https://github.com/libvips/libvips/issues/1748 ### Problem We cannot pass options to sharp, to not fail on corrupted images that could still be processed.
It might just be something to add in the docs but is there any possible way to use this as part of a transformation stream? If I wanted to implement...