MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / buildAssets

Function buildAssets

tools/mcsim/assets.js:128–131  ·  view source on GitHub ↗
(which)

Source from the content-addressed store, hash-verified

126}
127
128export function buildAssets(which) {
129 const theme = themes[which];
130 buildTheme(theme);
131}
132
133export function getBackgroundComponent() {
134 return globalThis.colors.backgroundComponent;

Callers 1

onColorsChangedMethod · 0.90

Calls 1

buildThemeFunction · 0.70

Tested by

no test coverage detected