文件名称:node-lwip-promise:承诺的 lwip 库
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-02 08:56:46
JavaScript
承诺 承诺的库。 谢谢@raine。 这个 repo 的灵感来自 。 安装 npm install lwip-promise 用法 var lwip = require ( 'lwip-promise' ) ; lwip . openAsync ( 'image.jpg' ) . then ( function ( image ) { return image . batch ( ) . rotate ( 45 , 'white' ) . scale ( 0.5 ) . blur ( 5 ) . writeFileAsync ( 'output.jpg' ) ; } ) . catch ( function ( err ) { console . error ( err . message ) ; } )
【文件预览】:
node-lwip-promise-master
----LICENSE(1KB)
----README.md(563B)
----.gitignore(20B)
----index.js(228B)
----package.json(901B)