encoding2decoding

1.0.8 • Public • Published

Encoding 2 Decoding

A simpler approach to transferring data.

Installation

const e2d = require('encoding2decoding');

Encoding

e2d.encode('abc') // Returns 101112

Decoding

e2d.decode('101112') //Returns abc

Disclaimer

Please note that this package was made for usage on Scratch. This is similar to Micah Lindley's 'String2Num' however removes the need for arrays and other complication. Case sensitive not supported.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i encoding2decoding

Weekly Downloads

7

Version

1.0.8

License

MIT

Unpacked Size

1.47 kB

Total Files

4

Last publish

Collaborators

  • resince