base94
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Base94

Installation

npm install base94

Using PNPM

pnpm add base94

How to use

const base94 = require("base94");

const original = "Hello, World!";
const encoded = base94(original);

console.log("Encoded:", encoded); // Output: Ifmmp-!Xpsme"
console.log("Decoded:", base94.decode(encoded)); // Output: Hello, World!

Package Sidebar

Install

npm i base94

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

4.98 MB

Total Files

28

Last publish

Collaborators

  • lrd_7