79537319

Date: 2025-03-26 21:40:36
Score: 2
Natty:
Report link

I eventually found the solution :

const JimpLib = require('jimp'); console.log('JimpLib', Object.keys(JimpLib)); // returns different lib features such as loadFont

const Jimp = JimpLib.Jimp; // returns our usual Jimp class representing an image var img = await Jimp.read('/path/image.png');

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vincent Moreau