blessed-components - v1.20.0
    Preparing search index...

    Interface RenderImageOptions

    Options accepted by renderImage.

    interface RenderImageOptions {
        alt: string;
        height?: number;
        source?: string;
        width?: number;
    }
    Index

    Properties

    alt: string

    Alt text.

    height?: number

    Maximum rendered height.

    source?: string

    Optional source label or URL.

    width?: number

    Maximum terminal-cell width.