BetterTyped/react-zoom-pan-pinch

Roadmap

prc5 opened this issue ยท 2 comments

prc5 commented

Hey everyone! Here is the roadmap for incoming additions, changes incoming in the new versions:

  1. Documentation rewrite
  2. Add tests to the components and logic - unit and integration, some of e2e
  3. Add new method helpers(isInView) and improve current ones (for example respecting boundaries when interacting with setters)
  4. More gestures handling
  5. Better keyboard support
  6. ...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!