UNPKG

otto64

Version:

otto-style-information-encoder/decoder

12 lines (8 loc) 222 B
# otto64 An NPM module that can encode text information into otto-style. ## Usage ```js import otto64 from 'otto64' console.log(otto64.encode('hello-world')) console.log(otto64.decode(otto64.encode('hello-world'))) ```