const sharp = require('sharp'); const image = sharp('classic-70x100cm-portrait-server.svg', { density: 72, limitInputPixels: false }) .resize(1000, null) .png() .toBuffer()