@thesoulfresh/pan-z
v1.2.9
Published
Pan-Z is a framework agnostic, 0 dependency, mobile and desktop friendly, GPU accelerated and easy to use pan/zoom library with an programmatic API.
Downloads
96
Maintainers
Readme
A Pan/Zoom library
Pan-Z is a framework agnostic, 0 dependency, mobile and desktop friendly, GPU accelerated and easy to use pan/zoom library with an programmatic API.
Install
npm install @thesoulfresh/pan-z
Usage
import PanZ from '@thesoulfresh/pan-z'
// Attach pan/zoom functionality to an HTML element.
const pz = new PanZ(element);
// Remove pan/zoom functionality
pz.destroy();