Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/touch-emulator
a wrapper of https://github.com/hammerjs/touchemulator for using with browserify
https://github.com/jacobbubu/touch-emulator
Last synced: 14 days ago
JSON representation
a wrapper of https://github.com/hammerjs/touchemulator for using with browserify
- Host: GitHub
- URL: https://github.com/jacobbubu/touch-emulator
- Owner: jacobbubu
- License: mit
- Created: 2015-03-01T02:59:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T04:00:58.000Z (almost 10 years ago)
- Last Synced: 2024-04-24T15:10:09.035Z (9 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# touch-emulator
A wrapper of https://github.com/hammerjs/touchemulator for using with browserify.
# Example
```js
require('touch-emulator')();
```Then a touch events polyfills will be mounted automatically.
Please see the `demo/demo.js` for further usage.
# Play with beefy
Clone to your computer.
```
git clone https://github.com/jacobbubu/touch-emulator.git touch-emulator
cd touch-emulator
npm install
```And then run the `demo.js` using:
```
npm start
```Open up `localhost:9966` in your browser.