vision-gesture-kit
v0.1.0-alpha.0
Published
Framework-friendly primitives and React components for browser-based touchless gesture interfaces.
Maintainers
Readme
vision-gesture-kit
Framework-friendly primitives and React components for touchless browser interfaces.
npm install vision-gesture-kitimport { GesturePointOverlay, getPinchCenter } from "vision-gesture-kit";
<GesturePointOverlay
points={[
{ id: "right-index", hand: "right", kind: "index", x: 320, y: 180 },
{ id: "right-thumb", hand: "right", kind: "thumb", x: 290, y: 220 }
]}
pointClassName="gesture-point"
/>The package currently provides:
GesturePointOverlaydistance2dgetPinchCenterfindNearestPointIndexgetAdaptiveRadius
Camera acquisition and MediaPipe runtime adapters remain in active development.
