jammerjs icon indicating copy to clipboard operation
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):

demo

Rotate and pinch (Codesandbox):

demo

or run

cd examples/demo
npm install
npm start

and checkout examples/demo/src/index.js for usage.