Showing 101-120 of 5,716 packages
A javscript utility function which converts the base 64 safe encoded string to UInt8Array.
Check if a Buffer/Uint8Array is a HEIC image
Traverses an object and creates a buffer from every UInt8Array
A javscript utility function which converts the base 64 safe encoded string to UInt8Array. Originally written at https://github.com/gbhasha/base64-to-uint8array
Detect the file type of a Buffer/Uint8Array
Uint8Array convert to string.
```ts declare const decode: (data: Uint8Array, option?: Partial<{ needAlpha: boolean; }>) => Promise<{ data: Uint8Array; width: number; height: number; channel: number; }>;
A general purpose buffer pool.
The fastest function to convert a hexadecimal string to a Uint8Array.
Detect the file type of a Buffer/Uint8Array/ArrayBuffer
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
A [Chai](https://chaijs.com) plugin providing `equalBytes` assertions for comparing byte arrays (such as `Uint8Array`).
TypedArray polyfill for old browsers
Validates if a value is a Uint8Array.
Convert a Node-API value to an unsigned 8-bit integer array.
DataView on top of Uint8Array
Encrypt and decrypt a string using another string (or an `Uint8Array`) as password
A minimal base64 implementation for number arrays.
Port of the OpenBSD bcrypt_pbkdf function to pure JS
A minimal UTF8 implementation for number arrays.