add browser hand tracking source

This commit is contained in:
Tom Boullay
2026-05-06 23:23:04 +01:00
parent 4bcdbef974
commit 03dfef4aad
6 changed files with 318 additions and 3 deletions
+2
View File
@@ -4,6 +4,8 @@ export interface HandTrackingLandmark {
z: number;
}
export type HandTrackingSource = "backend" | "browser";
export interface HandTrackingHand {
x: number;
y: number;