Typescript circular ring buffer uint8array with push shift read write find operations
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
A minimal base64 implementation for number arrays.
Useful utilities for working with Uint8Array (and Buffer)
A general purpose buffer pool.
A minimal UTF8 implementation for number arrays.
Convert a typed array to a Buffer without a copy
Utility functions to make dealing with Uint8Arrays easier
Get the ArrayBuffer out of a TypedArray, robustly.
Bridging the gap between buffers and typed arrays
Check if a Buffer/Uint8Array is a PNG image
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
Node.js Buffer API, for the browser
Character encoding detector
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Node.js Buffer API, for React Native
A circular array buffer written in modern TypeScript.
Everything you need to handle HTTP message body content-encoding
Check if a Buffer/Uint8Array is a GIF image
Small package to encode or decode IP addresses from buffers to strings.
get dimensions of any image file
An alias package for `crypto.randomBytes` in Node.js and/or browsers
High-performance Base64 encoder and decoder
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).