supervision-js
    Preparing search index...

    Interface KeypointEdgeDrawInstruction

    interface KeypointEdgeDrawInstruction {
        from: Point;
        to: Point;
        stroke: StrokeStyle;
        shadowStroke?: StrokeStyle;
    }
    Index
    from: Point
    to: Point
    stroke: StrokeStyle
    shadowStroke?: StrokeStyle