TMXUtils.decompress

decompress(input: string, format: string) → {Uint32Array}

decompress and decode zlib/gzip data

Parameters:
Name Type Description
input string

Base64 encoded and compressed data

format string

compressed data format ("gzip","zlib", "zstd")

Returns:
Type Description
Uint32Array

Decoded and decompress data

Powered by webdoc!