You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Jimp in a Node JS project. the issue is some time const image = await Jimp.read(iconPath); multiple times with different file path some times I get the same image as like the images are getting cached.
The text was updated successfully, but these errors were encountered:
I am using Jimp in a Node JS project. the issue is some time
const image = await Jimp.read(iconPath);
multiple times with different file path some times I get the same image as like the images are getting cached.The text was updated successfully, but these errors were encountered: