Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 421 Bytes

handfuldude

On-client gesture classifier. Currently 4 gestures available:

  1. point 👆
  2. free hand ✋
  3. thumbs up 👍
  4. thumbs down 👎

Just enable the webcam and try it out!

Currently event generation, debouncer and routing via user menu are enabled! Try it out "pointing" on the bookmark-looking button to reveal the menu.

Run the project

npm install
npm run dev