• Parameters

    • input: string | ArrayBuffer

      The binary data representing the project or sprite.

    • isSprite: boolean

      True if this is a sprite, false if this is a project.

    • callback: (error: unknown, unpacked: [unknown, null | JSZip]) => void

    Returns void