user14358266
user14358266

Reputation:

React Package for Zoom and Pan Canvas

I am new to React. I want to find a package that handles zooming and panning on a canvas. For those that have used Figma, just like that. Does this make sense? If you know of any, please let me know!

Upvotes: 2

Views: 2859

Answers (1)

Anurag sharan
Anurag sharan

Reputation: 51

Try react-touch-canvas

This is a set of two React higher order components, for hooking mouse and touch events panning/zooming functionality into your application.

Upvotes: 1

Related Questions