0.1.3 • Published 1 year ago
otto64 v0.1.3
otto64
An NPM module that can encode text information into otto-style.
Usage
import otto64 from 'otto64'
console.log(otto64.encode('hello-world'))
console.log(otto64.decode(otto64.encode('hello-world')))
An NPM module that can encode text information into otto-style.
import otto64 from 'otto64'
console.log(otto64.encode('hello-world'))
console.log(otto64.decode(otto64.encode('hello-world')))