algonim
    Preparing search index...

    Type Alias SequenceConfig

    type SequenceConfig = {
        defaultDelayMs: number;
        resolution: Size;
    }
    Index

    Properties

    defaultDelayMs: number

    Default delay between consecutive frames. This can be scaled by the argument of Sequence.capture.

    resolution: Size

    Size of the canvas. This should be set to the desired value before capturing any frames.