Showing 101-120 of 4,489 packages
- 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
Prepends byte array to indicate mime type of the ArrayBuffer.
Encode and Decode Base64URLs into ArrayBuffers
Converts an ArrayBuffer to hex decimal string
Add structure to ArrayBuffer
Simple ArrayBuffer memory allocator
Convert file to arraybuffer, dataUrl and text
Parse XML files contained in an array buffer
A foreign function interface (FFI) for Node.js, N-API style, with "v8::ArrayBuffer::GetBackingStore" patch
Convert base64url to ArrayBuffer and vice versa
Concatenate ArrayBuffers
Exports a function for slicing ArrayBuffers (no polyfilling)
Translates ArrayBuffer type to base 64 strings
Utility functions for JSON.parse and JSON.stringify to work with typed arrays and array buffers.
covert any files to ArrayBuffer
Angular library that helps convert file (from input[type=file]) to base64/arrayBuffer/text using FileReader API.
A foreign function interface (FFI) for Node.js, N-API style, with "v8::ArrayBuffer::GetBackingStore" patch
A wrapper around the native DataView which can handle multiple ArrayBuffers.
MD5 implements with pure js. supports string, Buffer, ArrayBuffer, Uint8Array
A polyfill built upon atob/btoa (browser side only) so as to support base64 to/from binary (Uint8Array/ArrayBuffer) conversion