1.0.8 • Published 5 years ago
encoding2decoding v1.0.8
Encoding 2 Decoding
A simpler approach to transferring data.
Installation
const e2d = require('encoding2decoding');Encoding
e2d.encode('abc') // Returns 101112Decoding
e2d.decode('101112') //Returns abcDisclaimer
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.