@joyfulljs/xtouch
v1.0.5
Published
bind touch or mouse event cross env
Readme
xtouch
With XTouch, you only need to handle touch event only, it will just works fine on both touch device and mouse device or device that support both.
useage
import XTouch from "@joyfulljs/xtouch";
function onStart(e){};
function onMove(e){};
function onEnd(e){};
const capture = false; // { passive: false }
const unbind = XTouch(div, { onStart, onMove, onEnd, capture });
// unbind();api
license
MIT@elvinzhu
