sebinbenjamin / image-res-generator

A versatile tool for generating icons and splash screens for web and mobile projects. Supports Angular, Ionic, PWA, and more, with seamless SVG and PNG resource generation.
GNU General Public License v3.0
8 stars 5 forks source link

Remove deprecated resize-related functions: crop #6

Open sebinbenjamin opened 5 years ago

sebinbenjamin commented 5 years ago

Sharp v0.21.0 - 4th October 2018 release deprecated resize-related functions like crop, which is used in the project.

crop('attention') is now resize(width, height, { fit: 'cover', position: 'attention' }),max().withoutEnlargement().

Update the before updating package version to later