2.1.7 • Published 3 years ago
contactjs v2.1.7
contact.js
Pointer gestures for your webapp.
Quick Start
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
v2.0 Changelog
- written in TypeScript instead of JavaScript
- added easy-to-use options for
PressandTap - added the option
simultaneousGesturestoPointerListener - added the option
consecutiveGesturestoPointerListener - The
Contactclass has been replaced with thePointerManagerclass