supervision-js
    Preparing search index...

    Interface KeypointDrawInstruction

    interface KeypointDrawInstruction {
        edges: readonly KeypointEdgeDrawInstruction[];
        markers: readonly KeypointMarkerDrawInstruction[];
    }
    Index
    edges: readonly KeypointEdgeDrawInstruction[]
    markers: readonly KeypointMarkerDrawInstruction[]