UNPKG
otto64
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
otto-style-information-encoder/decoder
otto64
/
README.md
12 lines
(8 loc)
•
222 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
# 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'
))) ```