@urlpack/base62
Pure JavaScript implementation of the Base62 codec.
- Zero dependencies
- ES Modules & Browser compatible
- Tree-shakable encoder and decoder
Characters
This package is using GMP style.
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
You can make your own Base-N codec with custom alphabet using @urlpack/base-codec
License
MIT