power-radix-encodings
Convenient collection of independently require-able character encodings.
Each encoding is available as a hash, with keys representing values in base10, or as an array.
Useful with power-radix
Installing
$ npm install power-radix-encodings
Usage
var base64Hash = var base64Array =
Included Encodings
- ascii-latin1 (extended 8-bit ASCII)
- base10-decimal
- base16-hexadecimal-lowercase
- base16-hexadecimal-uppercase
- base2-binary
- base58-bitcoin
- base64