Trevixal API
    Preparing search index...

    Import and export for the Trevixal editor. Everything here is dependency-free: the ZIP container, the XML parser, the DOCX and RTF writers and the DOCX reader are all written against the platform alone, so the package adds nothing to an application's bundle beyond itself.

    • Read every entry of a ZIP archive into a map keyed by entry name. Stored and deflated entries are supported; any other method, encryption or a ZIP64 archive raises a descriptive error rather than yielding garbage.

      Parameters

      • data: Uint8Array

      Returns Promise<ReadonlyMap<string, Uint8Array<ArrayBufferLike>>>