Showing 1-8 of 8 packages
Encode, decode binary to/from UTF-8 string using Base128.
Smaller than base64, only use ASCII, can run in web browser.
Base128 encoding, the intersection of latin1 and utf-8, which is basically ASCII, the most memory-efficient string encoding that can be written to disk as utf-8 without ballooning in size.
Compress all assets and embeds them into dist/index.html, making it convenient to share as a single HTML file.
Fast base encoding / decoding of any given alphabet
Custom base encoding and decoding for numbers and BigInts using arbitrary charsets
Simple compression by means of high numerical bases.
Identifiers JavaScript implementation