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

Function loadFastLED

src/platforms/wasm/compiler/index.ts:272–275  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

270 * @returns {Promise<*>} Result from the FastLED loader
271 */
272export async function loadFastLED(options) {
273 // This will be overridden through the initialization.
274 return await _loadFastLED(options);
275}
276
277/** Application start time epoch for timing calculations */
278const EPOCH = new Date().getTime();

Callers 1

runFastLEDFunction · 0.90

Calls 1

_loadFastLEDFunction · 0.85

Tested by

no test coverage detected