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

Method showProcessingControls

pixelizer.js:201–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199 }
200
201 showProcessingControls() {
202 const controls = document.getElementById('processingControls');
203 if (controls) {
204 controls.style.display = 'block';
205 }
206 }
207
208 displayOriginalImage(img) {
209 const originalPreview = document.getElementById('originalPreview');

Callers 1

loadImageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected