Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/32comic/image2pixel-web
/ handleZoomChange
Method
handleZoomChange
pixelizer.js:945–948 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
943
}
944
945
handleZoomChange(e) {
946
const
zoom = parseInt(e.target.value);
947
this.applyZoom(zoom);
948
}
949
950
async
exportPNG() {
951
if
(!this.basePixelCanvas) {
Callers
nothing calls this directly
Calls
1
applyZoom
Method · 0.95
Tested by
no test coverage detected