VFX-JS
    Preparing search index...

    Interface CaptureOpts

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

    Properties

    Properties

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