zoompinch
zoompinch copied to clipboard
Apply a pinch-and-zoom experience that’s feels native, communicates the transform reactively and lets you project any layer on top of the transformed canvas.
I used the live demo from a Windows computer and tried to zoom in on the image with the mouse scroll but I couldn't. It would be great if you...
Typescript error on Vue 3: ``` Could not find a declaration file for module 'zoompinch'. '/node_modules/zoompinch/lib/zoompinch.es.js' implicitly has an 'any' type. There are types at '/node_modules/zoompinch/lib/index.d.ts', but this result could...
Hi, this is an amazing library, thanks for creating and sharing it. As a feature request, could an option be added so events attach to the item being transformed, rather...
Hello, I found errors in the example that cause the 500 error: Duplicate attribute: `` Bad library name in import: `import 'zoompich/style.css';` Even after fixing these errors it still doesn't...
Thanks for the library - this looks better than previous ones I've used. I don't have a repro for this, as it's happening intermittently on a live system, but I'm...
Thanks for the tool. In lit version `Pancake.wrapperBounds` always ends up with {x:0 y:0} because (at least in chrome) `ResizeObserverEntry.contentRect` always has x=0, y=0, which then throws off client-canvas coordinate...
Hi is it possible to emit an event that the pan is being resized or pinched. This would enable me to hide things on resize. Thanks in advance
Hi, first off great component!! I'm unable to zoom in any way shape or form. I'm expecting it to work while hold cmd and scroll wheel. (mimic or framer) Thanks
Is there a way to always start with the image/canvas always in the center of the page voor different image dimensions? I open the page fullscreen and can't position the...
I wanted to use this awesome library for zooming my product webpages. Does this support adding multiple zoompinch components to the same page? eg: ``` ``` is this supported? As...