出力形式 何も指定しないとファイル名の拡張子を読み取って変換してくれます。 const sharp = require('sharp') sharp('image.jpg') .toFile('output.png', (err, ...
確定! 回上一頁