base64encode1

0.0.2 • Public • Published

base64encode1

Base 64 character string encoding module

Installation

This is a [Node.js] (https://nodejs.org/en/) module available at [npm registry] (https://www.npmjs.com/).

$ npm install base64encode1 --save
const base64encode = require('base64encode1');
const text = "Hello World !";

console.log(base64encode(text));

Result

$ SGVsbG8gV29ybGQgIQ==

Package Sidebar

Install

npm i base64encode1

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

1.48 kB

Total Files

4

Last publish

Collaborators

  • bolenge