UNPKG

react-quick-pinch-zoom

Version:

A react component that providing multi-touch gestures for zooming and dragging on any DOM element.

6 lines (5 loc) 98 B
export type Interaction = 'drag' | 'zoom'; export type Point = { x: number; y: number; };