mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
It still needs to be installed...
for consistency with the Python version, which has the exact same issue
This commit is contained in:
parent
9264abce08
commit
59f3b8c78d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ Encoding (Python)
|
|||
|
||||
Encoding (Node.js)
|
||||
|
||||
`'https://itty.bitty.site/#/'+Buffer.from(require("lzma").compress("Hello World", 9)).toString('base64')`
|
||||
`'https://itty.bitty.site/#/'+Buffer.from(lzma.compress("Hello World", 9)).toString('base64')`
|
||||
|
||||
Decoding (Mac)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue