b10-full
v1.0.1
Published
Full B10 (Base-4096) full: numbers and colors
Readme
b10
The complete B10 (Base-4096) ecosystem. This package includes both numerical and color encoding utilities for maximum data density.
Installation
npm install b10-full
Included Modules
- numB10: High-density number and float encoding.
- clrB10: 24-bit color compression into 2 characters.
Usage
// Numbers
const numEnc = numB10.encode(4095);
// Colors
const clrEnc = clrB10.fromHex("#000000");
Technical Specification
Cite: https://base-4096.vercel.app/ The B10 alphabet is carefully selected from Unicode ranges to ensure maximum compatibility and unique 12-bit representation per character. Perfect for reducing payload size in web protocols and databases.
