Promise API to turn a Blob into an ArrayBuffer
A tool to convert blob to arrayBuffer or string
Encode/decode base64 data into ArrayBuffers
Create an ArrayBuffer instance from a Data URI string
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Get an ArrayBuffer from a Buffer as fast as possible
Encode/decode base64 data into ArrayBuffers
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Turn a string into an ArrayBuffer by using the UTF8 encoding.
Immutable ArrayBuffer (the shim!)
ArrayBuffer / Buffer / base64 convert util
Convert Buffer to ArrayBuffer
Global identifiers from different JavaScript environments
Get the ArrayBuffer out of a DataView, robustly.
Framework-independent loaders for 3D graphics formats
random access unzip library for JavaScript
Encode/decode base64 data into ArrayBuffers
Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.
A React Native library for accessing an ArrayBuffer of a Blob instance.
JavaScript implementation of Google's Snappy compression library
Easy to use efficient .GIF parsing in javascript
ndarray-pixels
Wasm png encoder and decoder supporting the browser. Repackaged from Squoosh App.