It still needs to be installed...

for consistency with the Python version, which has the exact same issue
This commit is contained in:
Ray Foss 2018-07-26 15:43:41 -05:00 committed by GitHub
parent 9264abce08
commit 59f3b8c78d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)