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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i power-radix-encodings

    Weekly Downloads

    15

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • cflynn07