(toolKey)
| 762 | } |
| 763 | |
| 764 | function getToolFrameEl(toolKey) { |
| 765 | if (toolKey === "pixelforge") return toolFramePixelForge; |
| 766 | if (toolKey === "bitcanvas") return toolFrameBitCanvas; |
| 767 | if (toolKey === "tftgif") return toolFrameTftGif; |
| 768 | return null; |
| 769 | } |
| 770 | |
| 771 | function hideAllToolFrames() { |
| 772 | [toolFramePixelForge, toolFrameBitCanvas, toolFrameTftGif].forEach((f) => { |
no outgoing calls
no test coverage detected