zhangyuanwei / node-images

Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs
https://npmjs.org/package/images
MIT License
1.55k stars 204 forks source link

[FIX] saveAsync() parameters type error #218

Open smallbomb opened 3 years ago

smallbomb commented 3 years ago

ex: images.saveAsync(file, {quality : 50}, function(err) { if (err) console.log(err) });

=> TypeError [ERR_INVALID_CALLBACK]: Callback must be a function. Received undefined