Library for ArrayBuffer conversion
This module takes an `ao` Wasm `ArrayBuffer` and returns a `handle` function, that given an `ao-process` message, will produce a `result`.
Turn Buffer instances into "pointers", with "v8::ArrayBuffer::GetBackingStore" patch
Super Lightweight Function to Read Pixels in the Browser. Reads Pixels from JPG, PNG, and WebP Files in Multiple Formats, including ArrayBuffer, Data URL, Files, Response, and Typed Array.
Register font by url or as arrayBuffer
Determine the file type of 'pdf,xls,xlsx,doc,docx,ppt,pptx' according to the file arraybuffer. File suffix or file name is not required. Further more, it can avoid wrong judgment by the falsy changes of file suffix.
Utility for writing data to an ArrayBuffer with correct WebGPU/WGSL alignment
Convert ArrayBuffer and Blobs to strings. Browser only
Test if a value is an `ArrayBuffer` view.
MD5 implements with pure js. supports string, Buffer, ArrayBuffer, Uint8Array
Detect the file type of a Buffer/Uint8Array/ArrayBuffer
JavaScript ArrayBuffer MD5
Translates ArrayBuffer type to base 64 strings
Neuter any Typed Array or ArrayBuffer
A minimal node.js package that provides an ArrayBuffer that can be used across processes for interprocess-communication.
A drop-in replacement for smart-buffer that does not rely on the Buffer global.
A foreign function interface (FFI) for Node.js, N-API style, with "v8::ArrayBuffer::GetBackingStore" patch
High-performance utility for zero-copy data transport from JSI C++ to JavaScript via columnar ArrayBuffer layout.
Convert base64url to ArrayBuffer and vice versa
Sha1 implements with pure js. supports string, Buffer, ArrayBuffer, Uint8Array
Straight-forward function to convert files into ArrayBuffer objects.
- A small library for converting shapefiles to geojson - Usable in both **node** and the **browser** (~30kb in the browser minified with all dependencies). - Works with remote url's, filepaths (inc zipped) in node, or `arraybuffer`'s (eg for in drag-drop
A foreign function interface (FFI) for Node.js, N-API style, with "v8::ArrayBuffer::GetBackingStore" patch
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.