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.

    interface ZipEntry {
        data: string | Uint8Array<ArrayBufferLike>;
        name: string;
    }
    Index
    data: string | Uint8Array<ArrayBufferLike>

    Strings are encoded as UTF-8.

    name: string

    Path inside the archive, /-separated (word/document.xml).