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

Function writeMetaData

index.js:162–164  ·  view source on GitHub ↗
(_data)

Source from the content-addressed store, hash-verified

160};
161
162const writeMetaData = (_data) => {
163 fs.writeFileSync("./output/_metadata.json", _data);
164};
165
166// holds which dna has already been used during generation
167let dnaListByRarity = {};

Callers 1

startCreatingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected