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 205 forks source link

save api 文档有错误 #206

Closed xiaoosi closed 4 years ago

xiaoosi commented 4 years ago

images("input.png").encode("output.jpg", {operation:50}) 应写成 images("input.png").save("output.jpg", {operation:50})

oxUnd commented 4 years ago

提个 pr

xiaoosi notifications@github.com 于2020年4月17日周五 下午12:59写道:

images("input.png").encode("output.jpg", {operation:50}) 应写成 images("input.png").save("output.jpg", {operation:50})

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zhangyuanwei/node-images/issues/206, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE2DGZTDSG3B7RHUNDOOCTRM7O3ZANCNFSM4MKOIAMA .