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

Method hideProgress

pixelizer.js:1146–1151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1144 }
1145
1146 hideProgress() {
1147 const progressSection = document.getElementById('progressSection');
1148 if (progressSection) {
1149 progressSection.style.display = 'none';
1150 }
1151 }
1152
1153 showError(message) {
1154 // 创建更好的错误显示

Callers 4

processImageMethod · 0.95
exportPNGMethod · 0.95
showErrorMethod · 0.95
cancelProcessingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected