Encode/decode base64 data into ArrayBuffers
Encode/decode base64 data into ArrayBuffers
Create an ArrayBuffer instance from a Data URI string
Yet another Base64 transcoder in pure-JS
Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.
Encode/decode base64 data into ArrayBuffers
ArrayBuffer / Buffer / base64 convert util
Vite plugin for import file with ArrayBuffer or Uint8Array.
Node.js Buffer API, for the browser
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Base64 encoding/decoding in pure JS
A minimal base64 implementation for number arrays.
An ES-spec-compliant shim/polyfill/replacement for ArrayBuffer base64 methods that works as far down as ES3
Get an ArrayBuffer from a Buffer as fast as possible
High-performance Base64 encoder and decoder
Isomorphic Uint8Array conversion to Base64 string and back for browser and Node.js
Turn a string into an ArrayBuffer by using the UTF8 encoding.
Convert base64/datauri/plain string to ArrayBuffer
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Is this value a JS ArrayBuffer?
Miscellaneous Encoding Utilities for Crypto-related Objects in JavaScript
A base64 encoder/decoder with gzip or deflate abilities
JavaScript library of crypto standards.
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).