TMXUtils.decompress
decompress(input: string, format: string) → {Uint32Array}
decompress and decode zlib/gzip data
Name | Type | Description |
---|---|---|
input | string |
Base64 encoded and compressed data |
format | string |
compressed data format ("gzip","zlib", "zstd") |
Type | Description |
---|---|
Uint32Array |
Decoded and decompress data |