How to reduce data:image/png;base64 file size Javascript, Next.js
I'm working with a lot of images on a project website and the performance has gone down a lot and I have received many warnings from Next.js. I want to reduce the file size of the base64 string so that…