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

Function handleToolsActionChange

src/platforms/wasm/compiler/app.ts:266–272  ·  view source on GitHub ↗
(action)

Source from the content-addressed store, hash-verified

264
265// Handle tools action changes
266function handleToolsActionChange(action) {
267 if (action === 'video-mapper') {
268 // Open FastLED Video Mapper in new tab
269 window.open('https://ledmapper.com', '_blank');
270 return;
271 }
272}
273
274// Handle graphics option changes
275function handleGraphicsOptionChange(option) {

Callers 1

app.tsFile · 0.85

Calls 1

openMethod · 0.45

Tested by

no test coverage detected