iink-ts - v3.2.1
    Preparing search index...

    Type Alias TExportV2

    List all supported MIME types for export.

    Attention the MIME types supported depend on the type of recognition

    Documentation

    type TExportV2 = {
        "application/vnd.myscript.jiix"?: JIIXV2Export;
        "application/x-latex"?: string;
        "text/plain"?: string;
    }
    Index

    Properties

    "application/vnd.myscript.jiix"?: JIIXV2Export

    vnd.myscript.jiix is used for text and raw-content exports

    "application/x-latex"?: string

    x-latex is only use for math export

    katex to render

    "text/plain"?: string

    text/plain is only use for text export