-
-
Notifications
You must be signed in to change notification settings - Fork 781
Open
Labels
documentationChanges only affect the documentationChanges only affect the documentationhelp wantedsolution in issue
Description
(close it if you want bro)
On documentation for croping method :
https://github.com/oliver-moran/jimp/tree/master/packages/plugin-crop
Exemple doesn't work : image.crop(150, 150);
It make error :
Error: w and h must be numbers at Jimp.throwError
Just add 2 parametter to make the job :
image.crop(50, 50, 150, 150);
mhkeller
Metadata
Metadata
Assignees
Labels
documentationChanges only affect the documentationChanges only affect the documentationhelp wantedsolution in issue