ArrayBuffer to base64 and hex encoding/decoding utilities
Turn a string into an ArrayBuffer by using the UTF8 encoding.
Encode/decode base64 data into ArrayBuffers
ICO encoder and decoder library
Encode/decode base64 data into ArrayBuffers
MurmurHash3 x86 32-bit implemented in JavaScript.
Everything you need to handle HTTP message body content-encoding
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
MurmurHash3 x86 128-bit implemented in JavaScript.
Create an ArrayBuffer instance from a Data URI string
Sniff the encoding from a HTML byte stream
Miscellaneous Encoding Utilities for Crypto-related Objects in JavaScript
Wasm png encoder and decoder supporting the browser. Repackaged from Squoosh App.
Get an ArrayBuffer from a Buffer as fast as possible
Implementation of the HTML encoding sniffer algo, with stream support
TypeScript definitions for buffer-from
Wasm webp encoder and decoder supporting the browser. Repackaged from Squoosh App.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Convert encodings, uses iconv-lite
Wasm jpeg encoder and decoder supporting the browser. Repackaged from Squoosh App.
Bridging the gap between buffers and typed arrays
Cross-Platform Binary API
Wasm AVIF encoder and decoder supporting the browser. Repackaged from Squoosh App.
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).