UNPKG

@coddicat/vue-pinch-scroll-zoom

Version:

Vue component enabling scroll and zoom functionalities for content, leveraging mouse interactions on desktop and two-finger pinch gestures on mobile devices

4 lines (3 loc) 264 B
import PinchScrollZoom from './pinch-scroll-zoom.vue'; export { type PinchScrollZoomEmitData, type PinchScrollZoomExposed, type PinchScrollZoomSetData, type PinchScrollZoomKeyAction, PinchScrollZoomDefaultControls } from './types'; export default PinchScrollZoom;