MCPcopy Create free account
hub / github.com/32comic/image2pixel-web / handleFileSelect

Method handleFileSelect

pixelizer.js:145–150  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

143 }
144
145 handleFileSelect(e) {
146 const file = e.target.files[0];
147 if (file) {
148 this.loadImage(file);
149 }
150 }
151
152 handleModeChange(e) {
153 const isManual = e.target.value === 'manual';

Callers

nothing calls this directly

Calls 1

loadImageMethod · 0.95

Tested by

no test coverage detected