Hello! I was playing around with the new CLI options in v2 (thanks!) and ran into a limitation. For decompressing it always assumes the input file is a binary uint8array file. It doesn't support decoding files in other formats, such as base64 text files. Could support for that be added? It took me a while to figure out why lz-string -d -e base64 lzstring_in.txt always output nothing.