Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
export
const
makeColours = () => {
23
const
colours = {};
24
for
(
const
hex of COLOUR_HEXES) {
25
colours[hex] = makeColour(hex);
26
}
27
return
colours;
28
};
29
30
export
const
makeColour = (hex) => {
31
const
screens = [];
Callers
1
global.js
File · 0.90
Calls
1
makeColour
Function · 0.85
Tested by
no test coverage detected