Trevixal API
    Preparing search index...

    Interface RenderedImage

    A picture of something the document only describes in words.

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

    A PNG data URL. Absent where nothing was able to draw one.

    width: number