uint8array
There are 52 repositories under uint8array topic.
sindresorhus/file-type
Detect the file type of a file, stream, or data
sindresorhus/is-gif
Check if a Buffer/Uint8Array is a GIF image
hcodes/isutf8
Quick check if a Node.js Buffer or Uint8Array is UTF-8
ArrayIterator/TypedArray
TypedArrays ES-2015 Php Implementation
welefen/sharedArrayBufferStore
use sharedArrayBuffer to store data
duzun/string-encode.js
Convert different types of JavaScript String to/from Uint8Array
flyskywhy/react-native-pixel-util
Utilities of react-native-pixel-image
kawanet/sha1-uint8array
Fast SHA-1 digest hash based on Uint8Array, pure JavaScript.
47ng/codec
Universal conversion of Uint8Array from/into UTF-8, base64url and hex in the browser and Node.js
HowProgrammingWorks/TypedArrays
ArrayBuffer, DataView, Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array
fabiospampinato/uint8-encoding
Uint8 encoding, a simple way to convert strings to Uint8Arrays and vice versa.
jawj/hextreme
Fast hex and base64 encoding and decoding, string <-> Uint8Array
MrPropre/base64-u8array-arraybuffer
📦 A simple, lightweight, and efficient JavaScript library to manage encoding/decoding between base64 data, Uint8Arrays, and ArrayBuffers
0-Mqix/structured
Library for serialization of javascript objects from and to c like packed structs as an Uint8Array.
burgil/sayjs
Not maintained - Modified to support streaming and all open pull requests has been merged manually one by one - TTS (text to speech) for node.js. send text from node.js to your speakers (or clients using express.js). Join the discussions:
fabiospampinato/bigint-encoding
BigInt encoding, a simple way to convert Uint8Arrays into BigInts, and vice versa.
fabiospampinato/hex-to-uint8
The fastest function to convert a hexadecimal string to a Uint8Array.
facekapow/struffer
Struct + Buffer = Struffer. Also works with Uint8Arrays
juanelas/base64
Base64 for both node.js and browser JavaScript. It supports URL-safe encoding and enabling/disabling padding. Buffers can be implemented using ArrayBuffer, any TypedArray or Buffer
nwtgck/binconv-npm
Converters for Blob, Uint8Array, ReadableStream, ArrayBuffer, string in JavaScript/TypeScript
rametta/array-buffed
🧬 Strongly typed schemas for binary data encoding and decoding with Array Buffers.
shinnn/is-cwebp-readable
Check if a Buffer/Uint8Array is available for cwebp image source
VeryCrazyDog/base58-uint8-converter
CLI for convertion between Base58 and unsigned 8-bit integer array
fabiospampinato/buffer2uint8
A tiny function for casting a Buffer to a Uint8Array.
fabiospampinato/crypto-random-uint8
Generate a cryptographically-random Uint8Array with the given number of bytes of entropy.
fabiospampinato/uint8-to-hex
The fastest function to convert a Uint8Array to hexadecimal.
stdlib-js/array-uint8
Uint8Array.
stdlib-js/assert-has-uint8array-support
Detect native Uint8Array support.
stdlib-js/assert-is-uint8array
Test if a value is a Uint8Array.
stdlib-js/assert-is-uint8clampedarray
Test if a value is a Uint8ClampedArray.
t1st3/is-7z
Check if a Buffer/Uint8Array is a 7Z archive
t1st3/is-mkv
Check if a Buffer/Uint8Array is a MKV video
DevSA-009/zip-damager
🔥visit ZDamager and protect your archive 🚀
jihyunlab/web-buffer
JihyunLab Web buffer.
stdlib-js/string-base-base64-to-uint8array
Convert a Base64-encoded string to a Uint8Array.
taichunmin/js-buffer
A cross platform alternative of Node buffer base on UInt8Array.