mudcube / Event.js

:hand: Multi-touch, gestures, and other events—click, dblclick, dbltap, tap, longpress, drag, swipe, pinch, rotate, shake. For pointer events, each listener can handle anywhere from 1 to 12 fingers at a time, or more, depending on the device. Includes MetaKey tracking (CMD, CTRL) to support native key-commands in various platforms.
MIT License
368 stars 68 forks source link

npm module name #6

Closed gagan-bansal closed 8 years ago

gagan-bansal commented 10 years ago

Not able to install through npm. There is no module named 'event-js' in npmjs.org.

mudcube commented 10 years ago

This would be cool, I'll have to make it work like that sometime. It's not necessarily on my priority list, but if anyone wants to make any necessary changes and submit a pull request, I would be happy to merge in.

gagan-bansal commented 8 years ago

I am using hammer.js now. But if npm module is available it'll good for many.