React-Native Turbo-module for fast FS operations with native ArrayBuffer support
Universal file conversion utilities for Base64 and ArrayBuffer, supporting both Node.js and browsers
buffer(ArrayBuffer/Dataview) -> key value pair -> Map(key, value list)
A tool to convert blob to arrayBuffer or string
WGSL-aware WebGPU binding memory layout and ArrayBuffer writing utilities.
Convert a typed array to a Buffer without a copy
A simple, lightweight, and efficient JavaScript library to manage encoding/decoding between base64 data, Uint8Arrays, and ArrayBuffers
Encode and Decode Base64URLs into ArrayBuffers
A minimal package that provides an ArrayBuffer that can be used across processes for interprocess-communication.
Utility for read and write operations on ArrayBuffer instances
A polyfill built upon atob/btoa (browser side only) so as to support base64 to/from binary (Uint8Array/ArrayBuffer) conversion
MurmurHash3 x86 32-bit implemented in JavaScript.
Detect the file type of a Buffer/Uint8Array/ArrayBuffer
Add structure to ArrayBuffer
``` const base64 = require('bass64'); const utf8 = base64.encode(arrayBuffer); const arrayBuffer = base64.decode(utf8); ```
create ImageData object from URL or ArrayBuffer without creating a canvas (using wasm)
Serialize THREE.BufferGeometry into ArrayBuffer with DIMBIN.
Convert data of any type to text, json, formData, TypedArray, Blob, or ArrayBuffer
JavaScript implementation of Google's Snappy compression library
基于ArrayBuffer的字符串/字节池实现。
- ArrayBuffer utils - Crypto utils
Convert ArrayBuffer to Base64 string and vice versa
Wasm png encoder and decoder supporting the browser. Repackaged from Squoosh App.
Low-level memory mapping tricks to tie ArrayBuffer contents together