Tag: data url

  • How to convert an image to a data url

    How to convert an image to a data url

    I have a project where I want to embed an PNG image into a Tampermonkey script. Lucky for me, Firefox is capable of converting an image file on disk into a base64 dataurl! All I had to do is right click on the file I wanted to convert, and open it in Firefox. After that, […]