VFX-JS
    Preparing search index...

    Interface CaptureOpts

    interface CaptureOpts {
        maxSize?: number;
        onCapture: (offscreen: OffscreenCanvas) => void;
    }
    Index

    Properties

    Properties

    maxSize?: number
    onCapture: (offscreen: OffscreenCanvas) => void