A fast C++ implementation with JSI binding of MD5 for React Native
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Node.js Buffer API, for React Native
Base64 for both node.js and browser javascript. It supports URL-safe encoding and enabling/disabling padding. Buffers can be implementedd using ArrayBuffer, any TypedArray, or Buffer
Immutable ArrayBuffer (the shim!)
A robust base64 encoder/decoder that is fully compatible with `atob()` and `btoa()`, written in JavaScript.
Convert Buffer to ArrayBuffer
A fast Base64 decoder with a low level API. If you want a high level API, look at [base64-js](https://github.com/beatgammit/base64-js).
Framework-independent loaders for 3D graphics formats
Base64 coder.
Utilities for encoding and decoding common formats like hex, base64, and varint. Ported from Deno's @std/encoding.
pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.
A very basic base64 encode/decode that can be used by Typescript/JS applications.
MurmurHash3 x86 32-bit implemented in JavaScript.
Convert between string (including base64 and base64url), ArrayBuffer and Buffer.
Base64 encoding and decoding
Get the ArrayBuffer out of a DataView, robustly.
JavaScript implementation of Google's Snappy compression library
Test if a value is an ArrayBuffer.
Base64 encoding and decoding helping util. Created for React Native but can be used anywhere
The swiss army knife for binary data in JavaScript.
Download a Blob, a string or an ArrayBuffer as a file in the browser.
Generate a image to base64.
Wasm png encoder and decoder supporting the browser. Repackaged from Squoosh App.