react-zoom-pan-pinch
react-zoom-pan-pinch copied to clipboard
Roadmap
Hey everyone! Here is the roadmap for incoming additions, changes incoming in the new versions:
- Documentation rewrite
- Add tests to the components and logic - unit and integration, some of e2e
- Add new method helpers(
isInView
) and improve current ones (for example respecting boundaries when interacting with setters) - More gestures handling
- Better keyboard support
- ...and more šš»
For the documentation rewrite, can we also update the code snippets to be more explicit on how to implement the different demo examples? I've been trying to learn this package and replicate the different demo examples but it's been slow going.
Take the Big Image demo for example, how are we able to drag the image that is much larger than the wrapper container? That is not the default behavior from the example code provided.
Edit: I just referenced the stories from the repo and saw your implementation. I can update the documentation to provide code snippets for each of the demo examples.
The roadmap looks ace. WRT hand gestures, Iād greatly appreciate support for pinch-centering (when moving fingers around while pinching) to allow for zoom+scroll at the same time. š¤š» š Keep up the good work!