ixfx
    Preparing search index...

    Type Alias FramesOpts

    Options for frames generator

    type FramesOpts = {
        canvasEl?: HTMLCanvasElement;
        maxIntervalMs?: number;
        showCanvas?: boolean;
    }
    Index

    Properties

    canvasEl?: HTMLCanvasElement

    If provided, this canvas will be used as the buffer rather than creating one.

    maxIntervalMs?: number

    Max frame rate (millis per frame), or 0 for animation speed

    showCanvas?: boolean

    False by default, created canvas will be hidden