const image = await sharp(file.buffer) const metadata = await image.metadata() console.log(metadata.width, metadata.height)