let resizedPhoto await sharp(photoBuffer) .resize({ width: 1200, height: 900, fit: 'fill' }) .toBuffer() .then((data) => { resizedPhoto = data } ...
確定! 回上一頁