Resize an image only if bigger than 1200 px. Sharp for nodejs

前端 未结 0 1593
终归单人心
终归单人心 2021-01-03 06:28

I tried with this code:

Sharp(req.file.buffer)
      .resize({ width: 1200, fit: Sharp.fit.inside })
      .jpeg({ quality: 80 })
      .toBuffer()

相关标签:
回答
  • 消灭零回复
提交回复
热议问题