Trevixal API
    Preparing search index...

    Interface RenderedImage

    A picture of something the document only describes in words.

    interface RenderedImage {
        alt: string;
        height: number;
        markup: string;
        src?: string;
        width: number;
    }
    Index
    alt: string
    height: number
    markup: string

    The SVG as the editor drew it, for formats that can carry markup.

    src?: string

    The same picture as a PNG data URL, for formats that cannot.

    width: number