MCPcopy Create free account
hub / github.com/HashLips/generative-art-opensource / drawBackground

Function drawBackground

index.js:41–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39};
40
41const drawBackground = () => {
42 ctx.fillStyle = genColor();
43 ctx.fillRect(0, 0, width, height);
44};
45
46// add metadata for individual nft edition
47const generateMetadata = (_dna, _edition, _attributesList) => {

Callers 1

startCreatingFunction · 0.85

Calls 1

genColorFunction · 0.85

Tested by

no test coverage detected