@wmakeev/base64encode
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

base64encode

npm Travis

Universal Base64 encoding for node, browser and Google Apps Script.

base64encode use btoa in browser, Buffer in node and Utilities.base64Encode in Google Application Script context.

Install

$ npm install @wmakeev/base64encode

Usage

let base64encode = require('@wmakeev/base64encode')

console.log(base64encode('Just a simple string'))

Readme

Keywords

Package Sidebar

Install

npm i @wmakeev/base64encode

Weekly Downloads

61

Version

2.0.1

License

ISC

Unpacked Size

2.61 kB

Total Files

5

Last publish

Collaborators

  • wmakeev