k-gun-base64

1.0.2 • Public • Published

Base64

There is no magic, just a 😎-way approach to base64'ing in Node.js using it's built-in Buffer object..

Install

$~ npm install k-gun-base64

Usage

var base64 = require("k-gun-base64");

var s = "Hello, world!";
console.log(base64.encode(s));
console.log(base64.decode(base64.encode(s)));

License

The MIT License

Package Sidebar

Install

npm i k-gun-base64

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • k-gun