@nextcloud/image-editor
    Preparing search index...

    Interface ExportResult

    interface ExportResult {
        blob: Blob;
        downscaled: boolean;
        height: number;
        mimeType: string;
        width: number;
    }
    Index
    blob: Blob
    downscaled: boolean

    Whether the result is smaller than the source allowed for, because the image is larger than this browser will paint. The pixels that were dropped are not recoverable from the result, so a host that overwrites the original should say so first.

    height: number
    mimeType: string
    width: number