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