1.0.8 • Published 3 years ago

encoding2decoding v1.0.8

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

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

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago