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.
Swipe (Codesandbox):
Rotate and pinch (Codesandbox):
or run
cd examples/demo
npm install
npm start
and checkout examples/demo/src/index.js
for usage.