1.0.1 • Published 3 years ago

@tijme/base64 v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

@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;
1.0.1

3 years ago

1.0.0

3 years ago