A fun game based on the Fingerpose gesture detection library. Check out my in-depth tutorial how to create the gesture recognizer
- Clone this repo
- Install dependencies with
npm install
- Run the development version using
npm run start
. This will automatically start a development server athttp://localhost:8080/
- Build the single page version with
npm run build
. The final package will be placed inside thedist
folder
This project is open source and available under the MIT License.
- MediaPipe Hands
- Tania Rascia for her awesome WebPack boilerplate