mce
    Preparing search index...

    Interface Exporters

    interface Exporters {
        jpeg: Promise<Blob>;
        json: JsonData;
        png: Promise<Blob>;
        webp: Promise<Blob>;
    }
    Index

    Properties

    Properties

    jpeg: Promise<Blob>
    json: JsonData
    png: Promise<Blob>
    webp: Promise<Blob>