Convert ArrayBuffer to Buffer
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Create an ArrayBuffer instance from a Data URI string
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
Get the ArrayBuffer out of a DataView, robustly.
Convert a typed array to a Buffer without a copy
Convert Buffer to ArrayBuffer
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Immutable ArrayBuffer (the shim!)
Is this value a JS ArrayBuffer?
Node.js Buffer API, for the browser
Get the ArrayBuffer out of a TypedArray, robustly.
minimal implementation of a PassThrough stream
JavaScript implementation of Google's Snappy compression library
A javascript library to extract Exif metadata from images, in node and in the browser.
A wrapper around the native DataView which can handle multiple ArrayBuffers.
Encode/decode base64 data into ArrayBuffers
TypeScript definitions for buffer-from
Check if a Buffer/Uint8Array is a PNG image
Fast and advanced TIFF decoder
ArrayBuffer / Buffer / base64 convert util
ICO encoder and decoder library