Pointer gestures for your webapp.
Several quick start options are available:
- Download the latest release
- Clone the repo:
git clone https://github.com/biodiv/contactjs
- Install with npm:
npm install contactjs
- Install with yarn:
yarn add contactjs
- written in TypeScript instead of JavaScript
- added easy-to-use options for
Press
andTap
- added the option
simultaneousGestures
toPointerListener
- added the option
consecutiveGestures
toPointerListener
- The
Contact
class has been replaced with thePointerManager
class