Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 977 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 977 Bytes

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