react-zoom-pan-pinch
react-zoom-pan-pinch copied to clipboard
🖼 React library to support easy zoom, pan, pinch on various html dom elements like <img> and <div>
This adds "src" to the set of published files, which allows source mapped URLs to resolve for consumers of this package. Resolves #265. If the download size of the package...
It's a great component but it's a bit lacking on the usage of the various parameters, like for example, how to implement double-click. If I wanted to say, double-click once...
I am trying to see the full width and length of the image while zooming, But it only zoom on what has been rendered as initial look. The image has...
Hi there, I'm having a bit of a frustrating time with this library. The Storybook props page clearly documents the props `minPositionX`, `maxPositionX`, `minPositionY`, `maxPositionY`, but when set these appear...
Hi :) I use the ```wheel.step``` property and I can see that the steps is not rounded and not accurate. for example, I used it like that : ``` {...
An exemple with function called outside of TransformWrapper using `useRef`
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Here in the demo https://prc5.github.io/react-zoom-pan-pinch/?path=/story/examples-medium-image--medium-image - first double click --> zoom in - second double click --> zoom in (max zoom limit reached) - third double click --> should be...
## Background My team has a niche use case where we pop out content into its own window, via `window.open` and `React.createPortal`. ## Issue In Chrome, something seems to be...
This is annoying, especially for making a double tap to zoom then double tap to reset, or to change the image when zooming for better quality.