MCPcopy Create free account
hub / github.com/TodePond/ScreenPond / makeColours

Function makeColours

source/colour.js:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20];
21
22export const makeColours = () => {
23 const colours = {};
24 for (const hex of COLOUR_HEXES) {
25 colours[hex] = makeColour(hex);
26 }
27 return colours;
28};
29
30export const makeColour = (hex) => {
31 const screens = [];

Callers 1

global.jsFile · 0.90

Calls 1

makeColourFunction · 0.85

Tested by

no test coverage detected