Is there a way to convert an image to Base64 using a locally loaded copy as a base64 string instead of relying on a website where the image URL expires after 3 seconds and reloads automatically?
I am using Javascript, and I came across an article written in C# that I would like to convert to JavaScript for this purpose.
If you have other alternative solutions or suggestions, please let me know.
Thank you.