MCPcopy Create free account
hub / github.com/FastLED/FastLED / showCanvasUI

Function showCanvasUI

src/platforms/wasm/compiler/app.ts:36–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34const canvasLabel = document.getElementById('canvas-label');
35
36function showCanvasUI() {
37 if (canvasUITimeout) {
38 clearTimeout(canvasUITimeout);
39 canvasUITimeout = null;
40 }
41 if (recordButton) recordButton.classList.add('visible');
42 if (canvasLabel) canvasLabel.classList.add('visible');
43}
44
45function hideCanvasUIWithDelay() {
46 if (canvasUITimeout) {

Callers 1

runFastLEDFunction · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected