Sharp and FS module needed. ;(async function(){ let imgBuffer = await sharp("./myimage.jpg").toBuffer() let thumbnail = await sharp(imgBuffer).resize(100, ...
確定! 回上一頁