We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var sharp = require('sharp'); sharp().crop(); // throws "Error: Unsupported crop gravity undefined"
According to the current docs, the above should work but it throws this error Error: Unsupported crop gravity undefined.
Error: Unsupported crop gravity undefined
The text was updated successfully, but these errors were encountered:
Fix: default crop gravity to sharp.gravity.center
da74cd0
Closes lovell#350
6b9c1ac
Closes lovell/sharp#350
No branches or pull requests
According to the current docs, the above should work but it throws this error
Error: Unsupported crop gravity undefined
.The text was updated successfully, but these errors were encountered: