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
Sharp v0.21.0 - 4th October 2018 release deprecated resize-related functions like crop, which is used in the project.
crop
crop('attention') is now resize(width, height, { fit: 'cover', position: 'attention' }),max().withoutEnlargement().
crop('attention')
resize(width, height, { fit: 'cover', position: 'attention' }),max().withoutEnlargement()
Update the before updating package version to later
The text was updated successfully, but these errors were encountered:
sebinbenjamin
No branches or pull requests
Sharp v0.21.0 - 4th October 2018 release deprecated resize-related functions like
crop
, which is used in the project.crop('attention')
is nowresize(width, height, { fit: 'cover', position: 'attention' }),max().withoutEnlargement()
.Update the before updating package version to later
The text was updated successfully, but these errors were encountered: