jammerjs
jammerjs copied to clipboard
Add touch gesture-like hand gestures in your app; based on Handtrack.js + Hammer.js
Jammer.js
Add touch gesture-like hand gestures in your app.
Jammer.js uses Handtrack.js to detect hands in browser and Hammer.js to recognize gestures.
Demos
Swipe (Codesandbox):

Rotate and pinch (Codesandbox):

or run
cd examples/demo
npm install
npm start
and checkout examples/demo/src/index.js for usage.