markmv - v1.39.2
    Preparing search index...

    Interface ParsedImageDataUri

    The payload of a parsed inline data URI: its exact media type and base64 payload.

    interface ParsedImageDataUri {
        mimeType: string;
        data: string;
    }
    Index
    mimeType: string

    Media type exactly as written in the URI, always an image type

    data: string

    The base64 payload between the comma and the end of the URI