Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulleDemon/PyUIBuilder
/ zoomIn
Function
zoomIn
src/components/utils/panzoom.js:310–312 ·
view source on GitHub ↗
(zoomOptions)
Source
from the content-addressed store, hash-verified
308
}
309
310
function
zoomIn(zoomOptions) {
311
zoom(scale + options.step, zoomOptions)
312
}
313
314
function
zoomOut(zoomOptions) {
315
zoom(scale - options.step, zoomOptions)
Callers
nothing calls this directly
Calls
1
zoom
Function · 0.85
Tested by
no test coverage detected