Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
const
writeMetaData = (_data) => {
163
fs.writeFileSync(
"./output/_metadata.json"
, _data);
164
};
165
166
// holds which dna has already been used during generation
167
let
dnaListByRarity = {};
Callers
1
startCreating
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected