/** * @classdesc * a melonJS plugin to enable loading and parsing of compressed Tiled maps. * Supports gzip, zlib, and zstd compressed tile layer data. * @augments plugin.BasePlugin * @example * import { TiledInflatePlugin } from "@melonjs/tiled-inflate-plugin"; * import { plugin as mePlugin } from "melonjs"; * * // register the plugin * mePlugin.register(TiledInflatePlugin); */ export class TiledInflatePlugin extends plugin.BasePlugin { constructor(); } import { plugin } from "melonjs"; //# sourceMappingURL=index.d.ts.map