UNPKG

@shopify/draggable

Version:

The JavaScript Drag & Drop library your grandparents warned you about.

10 lines (8 loc) 194 B
function touchCoords(event) { const { touches, changedTouches } = event; return touches && touches[0] || changedTouches && changedTouches[0]; } export { touchCoords as default };