supervision-js
    Preparing search index...

    Interface MediaRendererQuality

    Runtime renderer quality controls.

    interface MediaRendererQuality {
        maxDevicePixelRatio?: number;
    }
    Index
    maxDevicePixelRatio?: number

    Caps render resolution relative to device pixels.

    Unset, non-finite, or non-positive takes the library's own ceiling of 2, which is what keeps the presentation surface, the mask rasters drawn onto it, and the decode under both on one pixel grid. Pass window.devicePixelRatio to rasterize at the display's full ratio.