Converts an ArrayBuffer to hex decimal string
Encode/decode base64 data into ArrayBuffers
Create an ArrayBuffer instance from a Data URI string
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Turn a string of hexadecimal characters into an `ArrayBuffer`.
pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.
Get an ArrayBuffer from a Buffer as fast as possible
Common utility functions for media processing
A function to parse floating point hexadecimal strings as defined by the WebAssembly specification
Encode/decode base64 data into ArrayBuffers
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
Immutable ArrayBuffer (the shim!)
Plain color conversion functions
Turn a string into an ArrayBuffer by using the UTF8 encoding.
Convert Buffer to ArrayBuffer
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Use 4 & 8 character hex color notation in CSS
Generate a hex color from the given text
A fast C++ implementation with JSI binding of MD5 for React Native
Turn an `ArrayBuffer` into a string of hexadecimal characters.
Framework-independent loaders for 3D graphics formats
Encode/decode base64 data into ArrayBuffers
Utilities for encoding and decoding common formats like hex, base64, and varint. Ported from Deno's @std/encoding.
Base32 encoder with support for multiple variants.