react-basecode-sixty-four

1.0.4 • Public • Published

react-basecode-sixty-four

react-basecode-sixty-four is a javascript library for dealing with word encode and decode with base64.

Installation

npm install react-basecode-sixty-four --save 
yarn add react-basecode-sixty-four

Usage

 
import {encodeBase64 , decodeBase64} from "react-basecode-sixty-four";
 
const codedData = encodeBase64("your string");
const unCodedData = decodeBase64("your coded string");
 

here are the two simple function to encode and decode

encodeBase64 , decodeBase64

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    0
    • latest

Version History

Package Sidebar

Install

npm i react-basecode-sixty-four

Weekly Downloads

4

Version

1.0.4

License

ISC

Unpacked Size

1.57 kB

Total Files

4

Last publish

Collaborators

  • mdshakilmahmud517