vue-panzoom icon indicating copy to clipboard operation
vue-panzoom copied to clipboard

Vue plugin to zoom/pan dom elements

Results 17 vue-panzoom issues
Sort by recently updated
recently updated
newest added

Trying to port my PWA to Quasar. I've installed the component and setup (app.use) via a Quasar Boot file but when the component inits I get this error: vue-panzoom.esm.js:68 Uncaught...

I used the panzoom in an older vue2 project. Now I tested it in a simple vue3 setup, I got Unhandled error during execution of mounted hook at at and...

Currently there is no @types/pan-zoom to use this library with Typescript without complaints. Vue is Typescript friendly, so this can library can be useful to be it too.

hi, so the panning functionality is working fine on Firefox, but it is very very sensitive on google chrome, like if you barely touch to screen, it will pan to...

As per #27 the newest function still breaks when used in Nuxt.

I get a bunch of no export found in vue errors with latest version reverting to "vue-panzoom": "1.1.3" fixed it Should consider bumping the major version if its intended and...

is it possible to pause dragging through a function?

HELP PLS VUE 3 ![image](https://user-images.githubusercontent.com/45117884/197704336-3cc5d267-52aa-496e-bd84-a98d3fed22dd.png) ![image](https://user-images.githubusercontent.com/45117884/197704447-11d66f3b-2eca-48ea-8513-f2fc513a5c39.png) Also, mouse zoom doesn't work.

Depending on the build setup whitespaces will potentially be turned into `#text` nodes, so when querying for the **first child node** as the current code does it breaks the plugin....

Having transformOrigin within defaults removes the posibility to enable zoom to cursor function, since `Object.assign` ignores all null and undefined values