sharp ('originalFile.jpg'). resize(330,null). flatten(). toFile('newFile.jpg', function(err){ if(err){ response.sendStatus(500); return ...
確定! 回上一頁