Convert PNG, JPG, SVG, and WebP images into Base64 Data URI strings for inline CSS and HTML embedding.
Base64 data URIs allow images to be embedded directly into HTML/CSS without separate HTTP requests.
PNG, JPEG, WebP, GIF, SVG, and ICO files.
No, files are converted in your browser using the local FileReader API.