d3 / d3-zoom

Pan and zoom SVG, HTML or Canvas using mouse or touch input.
https://d3js.org/d3-zoom
ISC License
501 stars 144 forks source link

Option to pan with trackpad scroll and zoom with pinch? #247

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi there, is there a way to setup d3-zoom to work like canvas-style apps such as ExcaliDraw, Figma, Miro etc. do - i.e. to pan with trackpads scroll gestures and to zoom with pinch gesture?

meoyawn commented 2 years ago

@vsemk hi, how did you solve this?