magikbee-base64

1.0.0 • Public • Published

magikbee-base64

This package is used to Encode/Decode strings in .JS, using Base64 encoding.

Install

npm install --save magikbee-base64

Usage

var base64 = require('magikbee-base64');
base64.encode('example');  // ZXhhbXBsZQ==

base64.decode('ZXhhbXBsZQ=='); // example

Readme

Keywords

Package Sidebar

Install

npm i magikbee-base64

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

4.71 kB

Total Files

4

Last publish

Collaborators

  • magikbee