# mallet

> JavaScript touch gesture library.

Latest version **0.2.0** (published 2015-06-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install mallet
pnpm add mallet
yarn add mallet
bun add mallet
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2015-06-03 |
| First published | 2015-01-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Sorin Iclanzan |
| Maintainers | iclanzan |

## Links

- npm: https://www.npmjs.com/package/mallet
- Repository: https://github.com/RealGeeks/mallet
- Issues: https://github.com/RealGeeks/mallet/issues
- npm.io page: https://npm.io/package/mallet

## Dependencies (1)

- [lodash](https://npm.io/package/lodash.md) ^3.9.3

## Recent versions

- 0.2.0 (latest) — 2015-06-03
- 0.1.1 — 2015-01-27
- 0.1.0 — 2015-01-08

## README

Mallet
======

A JavaScript library for managing touch and mouse interactions. It is basically [Hammer.js](https://github.com/hammerjs/hammer.js/) modified to add basic support for IE8.

Installation
------------

```bash
npm install mallet
```

Usage
-----

```js
var Mallet = require('mallet');

new Mallet(someDOMNode).on('tap', function () {
  console.log('That tickles!');
});
```

IE8 Support
-----------

For _Mallet_ to work on IE8, make sure to include [ES5 shim and sham](https://github.com/es-shims/es5-shim).

---
_Source: https://npm.io/package/mallet · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
