@hackkun/touch
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

@hackkun/touch

手势库,支持移动端和 PC 端,只支持 import 方式引用

介绍

  • 移动端事件:start end tap singleTap doubleTap longTap drag swipe pinch rotate
  • PC 端事件:start end tap singleTap doubleTap longTap drag swipe wheelStart wheel wheelEnd
  • 自定义 event 扩展了:
    • drag 下 deltaX,deltaY
    • swipe 下 Left Right Up Down
    • wheel 和 pinch 下 ratio

使用

import { HackTouchMobile, HackTouchPc } from '@hackkun/touch'
const ht = new HackTouchMobile(idName)
ht.on(EventName, (Event) => {})

Readme

Keywords

Package Sidebar

Install

npm i @hackkun/touch

Weekly Downloads

27

Version

1.2.0

License

MIT

Unpacked Size

13.2 kB

Total Files

11

Last publish

Collaborators

  • hack.wang