iink-ts - v4.0.0
    Preparing search index...

    Type Alias TStrokeGroup

    Use TStroke from stroke/ for new code

    type TStrokeGroup = {
        penStyle: TPenStyle;
        strokes: Stroke[];
    }
    Index
    penStyle: TPenStyle
    strokes: Stroke[]