scionoftech / webp-converter

[DEPRECATED] A small node.js library for converting any image to webp file format or converting webp image to any image file format.
MIT License
229 stars 43 forks source link

Compatible old version #29

Open anthinkingcoder opened 4 years ago

anthinkingcoder commented 4 years ago

it should be keep callback params for compatible the old version。

// package.json
"webp-converter": "^2.2.3"

if my project repack,webp-converter will be upgrade to 2.2.8,If you don't replace callback with promise ,packing will get stuck。