Appearance
Getting started
🖖 vuse-gesture is a set of gestures that let you bind mouse and touch events to any node.
With the data you receive, it becomes easy to set up complex gestures like dragging and pinching with a few lines of code.
INFO
This set of composables is a port of @use-gesture/react.
Installation
$ pnpm add vuse-gesture
Simple Vue example
WIP