1.2.8 • Published 3 years ago

@thesoulfresh/pan-z v1.2.8

Weekly downloads
112
License
MIT
Repository
github
Last release
3 years ago

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.

docs + demos

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();
1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.2.4

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago