bubble_babble
Bubble Babble encoding for nodejs.
Initially forked from tylorr/bubble_babble to avoid the dependency on Buffer
.
Install
The built package is not published on any repository; either install the
original package, or install from github:
npm install https://github.com/KeeeX/bubble_babble.git
Usage
import {encode, decode} from "@keeex/bubble_babble";
const encoded = encode("Pineapple");
console.log(encoded);
const ascii = decode("xesef-disof-gytuf-katof-movif-baxux");
console.log(ascii);
Typescript
This module includes type definition for usage with TypeScript