NodeJS C++ ArrayBuffer handler
Encode/decode base64 data into ArrayBuffers
The Node.js bindings of the humanfs library.
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
Convert Buffer to ArrayBuffer
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.
Get the ArrayBuffer out of a DataView, robustly.
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).
JavaScript implementation of Google's Snappy compression library
TypeScript definitions for buffer-from
Immutable ArrayBuffer (the shim!)
A javascript library to extract Exif metadata from images, in node and in the browser.
Decode `.ico` icons
Convert a typed array to a Buffer without a copy
Framework-independent loaders for 3D graphics formats
Pure JavaScript RAR archive extractor by compile the official unrar lib by Emscripten.
Encode/decode base64 data into ArrayBuffers
Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.
Streaming http in the browser
MurmurHash3 x86 32-bit implemented in JavaScript.