Appearance
This module handles drag interactions, events are dispatched when a single touch or mouse is pressed and moved.
Event: drag
drag
import { Drag, Pointeract } from 'pointeract'; const pointeract = new Pointeract(app, Drag);