MCPcopy Create free account
hub / github.com/PaulleDemon/PyUIBuilder / zoomToPoint

Function zoomToPoint

src/components/utils/panzoom.js:318–320  ·  view source on GitHub ↗
(toScale, point, zoomOptions)

Source from the content-addressed store, hash-verified

316 }
317
318 function zoomToPoint(toScale, point, zoomOptions) {
319 zoom(toScale, zoomOptions, point)
320 }
321
322 function zoomWithWheel(event) {
323 const delta = Math.sign(event.deltaY) * -0.1

Callers

nothing calls this directly

Calls 1

zoomFunction · 0.85

Tested by

no test coverage detected