# contact.js

[![NPM version](https://img.shields.io/npm/v/contactjs.svg?style=flat)](https://npmjs.org/package/contactjs)
[![NPM downloads](https://img.shields.io/npm/dm/contactjs.svg?style=flat)](https://npmjs.org/package/contactjs)

> Pointer gestures for your webapp.

[Documentation](https://biodiv.github.io/contactjs/)

# Quick Start

Several quick start options are available:

- [Download the latest release](https://github.com/biodiv/contactjs/releases)
- Clone the repo: `git clone https://github.com/biodiv/contactjs`
- Install with [npm](https://www.npmjs.com/): `npm install contactjs`
- Install with [yarn](https://yarnpkg.com/): `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
