From 4a86be379da0e6da03a2eb86bff4b3a2513f618f Mon Sep 17 00:00:00 2001 From: julien Date: Tue, 6 May 2025 15:25:15 +0200 Subject: [PATCH] fffff --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 73ecfea..01b03fc 100644 --- a/index.js +++ b/index.js @@ -128,7 +128,7 @@ app.post('/sendInteractiveImage', async (req, res) => { try { const imagePath = path.join(__dirname, 'public', 'logo-merlo-cs-FR.jpg'); const sharp = require('sharp'); - const resizedBuffer = await sharp(imagePath).resize(458, 40).toBuffer(); + const resizedBuffer = await sharp(imagePath).resize(600, 400).toBuffer(); await sock.sendMessage(`${phone}@s.whatsapp.net`, { image: resizedBuffer,