supervision-js
    Preparing search index...

    Interface RegionRendererPixelateEffect

    Reduces the selected media region to square pixel blocks.

    interface RegionRendererPixelateEffect {
        kind: "pixelate";
        size?: number;
    }
    Index
    kind: "pixelate"
    size?: number

    Pixel-block size in media pixels. Defaults to 12.