supervision-js
    Preparing search index...

    Interface KeypointDrawInstruction

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