tinyimg - v1.0.0
    Preparing search index...

    Interface Extent

    An extent in pixels.

    interface Extent {
        height: number;
        width: number;
    }
    Index
    height: number

    Height.

    width: number

    Width.