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
I'am getting a deprecation warning which should be related to sharp version:
(node:27161) DeprecationWarning: crop(position) is deprecated, use resize({ fit: "cover", position }) instead
I'am using sharp v0.21.3.
The text was updated successfully, but these errors were encountered:
@izaakschroeder: Is this repository still maintained?
Sorry, something went wrong.
sharp-loader is incompatible with the most recent versions of sharp due to removal of deprecated features: https://github.com/lovell/sharp/blob/aa3ce760bbb96685152b7b2ee879cfb0604081e6/docs/changelog.md#v0220---18th-march-2019
sharp-loader
sharp
I have the same question
No branches or pull requests
I'am getting a deprecation warning which should be related to sharp version:
(node:27161) DeprecationWarning: crop(position) is deprecated, use resize({ fit: "cover", position }) instead
I'am using sharp v0.21.3.
The text was updated successfully, but these errors were encountered: