Skip to content

biodiv/contactjs

Repository files navigation

contact.js

NPM version NPM downloads

Pointer gestures for your webapp.

Documentation

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 Press and Tap
  • added the option simultaneousGestures to PointerListener
  • added the option consecutiveGestures to PointerListener
  • The Contact class has been replaced with the PointerManager class