A drop-in replacement for smart-buffer that does not rely on the Buffer global.
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 an ArrayBuffer from a Buffer as fast as possible
Turn a string into an ArrayBuffer by using the UTF8 encoding.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
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).
Immutable ArrayBuffer (the shim!)
Convert Buffer to ArrayBuffer
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Framework-independent loaders for 3D graphics formats
Utils for working with libvips.
Encode/decode base64 data into ArrayBuffers
MurmurHash3 x86 32-bit implemented in JavaScript.
Library for reading and writing PSD files
Get the ArrayBuffer out of a DataView, robustly.
JavaScript implementation of Google's Snappy compression library
Test if a value is an ArrayBuffer.
Wasm png encoder and decoder supporting the browser. Repackaged from Squoosh App.
A wrapper around the native DataView which can handle multiple ArrayBuffers.
Easy to use efficient .GIF parsing in javascript
Webpack loader that returns file contents as a ArrayBuffer