MCPcopy
hub / github.com/tone-row/flowchart-fun / getBackground

Function getBackground

app/src/lib/toTheme.ts:247–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

245}
246
247export function getBackground() {
248 return getThemeEditor(useDoc.getState()).background;
249}
250
251export function updateThemeEditor(theme: Partial<FFTheme>) {
252 useDoc.setState((doc) => ({

Callers 2

getSvgFunction · 0.90
getCanvasFunction · 0.90

Calls 1

getThemeEditorFunction · 0.85

Tested by

no test coverage detected