Closed x363090973 closed 5 years ago
OK,正在修复
修复了@我下 请你喝果汁~
Mac 上已经修复了,直接从 github 安装。
npm install zhangyuanwei/node-images
x363090973 notifications@github.com 于2019年1月2日周三 上午9:39写道:
修复了@我下 请你喝果汁~
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zhangyuanwei/node-images/issues/164#issuecomment-450772151, or mute the thread https://github.com/notifications/unsubscribe-auth/AAmhm3BW2mxbvxnLOTBQ5S2fzoZ1NYThks5u_A3SgaJpZM4Zkb7H .
哦 no~ 我的是windows
var images = require("images"); console.log(images) images("./ceshi.jpg")
.rotate(45) .save("./1.jpg", {
quality : 50
});
直接使用.save可以,但是rotate方法不行。。。