FreakingGenius - v0.1.0
    Preparing search index...

    Interface StrokeCaptureConfig

    Options for the stroke capture module.

    interface StrokeCaptureConfig {
        defaultColor: string;
        defaultWidth: number;
        minSampleDistancePx: number;
    }
    Index

    Properties

    defaultColor: string

    CSS colour to apply to captured strokes, e.g. "#000000".

    defaultWidth: number

    Default line width in logical pixels.

    minSampleDistancePx: number

    Minimum pointer distance (px) between samples; lower = more points but more data.