Trevixal API
    Preparing search index...
    • Read an Office Open XML (.docx) package into a document for schema. Only the parts a Trevixal document can represent are mapped, and anything unrecognised is skipped rather than raising: an import that loses a footnote is far more useful than one that refuses the file.

      Parameters

      • schema: Schema
      • data: ArrayBuffer | Uint8Array<ArrayBufferLike> | Blob
      • options: DOCXImportOptions = {}

      Returns Promise<EditorNode>