@tijme/base64

1.0.1 • Public • Published

@tijme/base64

@tijme/base64 is an npm package that allows you to encode and decode base64.

Installation

Use the package manager npm to install @tijme/base64.

npm install @tijme/base64

Usage

const base64 = require("@tijme/base64");

// returns 'SGVsbG8gV29ybGQh'
base64.encode("Hello World!");

// returns 'Hello World!'
base64.decode('SGVsbG8gV29ybGQh');

// returns an array with all base64 characters
base64.characters;

Readme

Keywords

Package Sidebar

Install

npm i @tijme/base64

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

2.82 kB

Total Files

3

Last publish

Collaborators

  • tijme