Detect the image type of an ArrayBuffer/Uint8Array
Turn an `ArrayBuffer` into a string of hexadecimal characters.
Rollup plugin for arraybuffer
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).
This plugin enforces any Uint8Array type declaration to explicitly define an ArrayBuffer as generic type
Allocate a buffer from an ArrayBuffer.
Turn a string of hexadecimal characters into an `ArrayBuffer`.
Convert an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) to [base64](https://en.wikipedia.org/wiki/Base64)
Check if a String/Buffer/ArrayBuffer is OTF
An ES-spec-compliant shim/polyfill/replacement for ArrayBuffer base64 methods that works as far down as ES3
Convert ArrayBuffer to AudioBuffer
Detect whether or not an object is an ArrayBuffer.
A React Native library for accessing an ArrayBuffer of a Blob instance.
Base64 encoding and decoding for ArrayBuffer
NodeJS C++ ArrayBuffer handler
Encode/decode base64 data into ArrayBuffers
Ensure that we receive a text even if an ArrayBuffer is sent
Convert between Base-64 Strings and ArrayBuffer Objects. Simple. Isomorphic. Light-weight.
Convert between string (including base64 and base64url), ArrayBuffer and Buffer.
Convert to/from BigInt from/to Buffer, ArrayBuffer, hex string, utf8-encoded text string.
Read from an array or ArrayBuffer like a binary input stream.
Hexdump an ArrayBuffer to a String (NodeJS)
Detect the MIME type of a Buffer, Uint8Array, ArrayBuffer, ReadableStream, file path and file name, with async method.