We can look at a simple example to understand: const sharp = require('sharp'); sharp('input.jpg') .rotate() .resize(200) .toBuffer() .then( data => .
確定! 回上一頁