UNPKG

react-pan-zoom-hoc

Version:

This is a HOC to make your beautiful React components pannable and zoomable by mouse.

6 lines (5 loc) 76 B
interface PanZoomConfig { x: number; y: number; scale: number; }