FreakingGenius - v0.1.0
    Preparing search index...

    Interface GroupingConfig

    Spatial and temporal thresholds for stroke grouping.

    interface GroupingConfig {
        boundsPaddingPx: number;
        maxStrokesPerGroup: number;
        temporalGapMs: number;
    }
    Index

    Properties

    boundsPaddingPx: number

    Extra padding (px) added to each stroke's bounding box for overlap tests.

    maxStrokesPerGroup: number

    Maximum number of strokes a single group may contain.

    temporalGapMs: number

    Maximum milliseconds between strokes before a group is considered finalised.