supervision-js
    Preparing search index...

    Interface RegionRendererSize

    Keeps an asset at one explicit size instead of deriving it from a detection.

    interface RegionRendererSize {
        width: number;
        height?: number;
        space?: RegionRendererSizeSpace;
    }
    Index
    width: number

    Rendered width in the declared size space.

    height?: number

    Rendered height. Omit it to preserve the source aspect ratio.

    Defaults to media space. Screen space stays constant while zooming.