supervision-js
    Preparing search index...

    Interface KeypointEdgeDrawInstruction

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