power-radix-encodings

1.1.0 • Public • Published

power-radix-encodings

NPM

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 = require('power-radix-encodings/base64-hash')
var base64Array = require('power-radix-encodings/base64')

Included Encodings

  • ascii-latin1 (extended 8-bit ASCII)
  • base10-decimal
  • base16-hexadecimal-lowercase
  • base16-hexadecimal-uppercase
  • base2-binary
  • base58-bitcoin
  • base64

Package Sidebar

Install

npm i power-radix-encodings

Weekly Downloads

4

Version

1.1.0

License

MIT

Last publish

Collaborators

  • cflynn07