Download images from remote URLs and encode/decode them to base64
High-performance Base64 encoder and decoder
Generate a image to base64.
Import JPG, PNG, GIF, SVG, and WebP files
Base64 encoding/decoding in pure JS
A minimal base64 implementation for number arrays.
Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.
Encode/decode base64 data into ArrayBuffers
Generates an image from a DOM node using HTML5 canvas and SVG
Yet another Base64 transcoder in pure-JS
TypeScript definitions for base64-stream
Base64 streaming encoder and decoder
load fetch convert and save local and remote files and images to base64 in js
Parses the images in png or jpeg format for react-pdf document
Base64 encode, decode, escape and unescape for URL applications
atob and btoa for browsers or node
A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.
TypeScript definitions for image-to-base64
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
A small node.js library for converting any image to webp file format or converting webp image to any image file format.
Contains new Node.js v0.10 style stream classes for encoding / decoding Base64 data
Converts SVG file to utf-8 encoded data-uri string
`b64toBlob(b64Data: string, contentType?: string): Blob` converts a base64 string to a Blob object [as described in this Stack Overflow post](https://stackoverflow.com/questions/16245767/creating-a-blob-from-a-base64-string-in-javascript).
A fast Base64 decoder with a low level API. If you want a high level API, look at [base64-js](https://github.com/beatgammit/base64-js).