Calling Jimp.read seem to load same image sometimes
Open
- Dominant language
- TypeScript
- Stars
- 14.7k
- Forks
- 777
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.