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