MCPcopy Create free account
hub / github.com/HashLips/generative-art-node / index.js

File index.js

index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const myArgs = process.argv.slice(2);
2const { buildSetup, createFiles, createMetaData } = require("./src/main.js");
3const { defaultEdition } = require("./src/config.js");
4const edition = myArgs.length > 0 ? Number(myArgs[0]) : defaultEdition;

Callers

nothing calls this directly

Calls 3

buildSetupFunction · 0.85
createFilesFunction · 0.85
createMetaDataFunction · 0.85

Tested by

no test coverage detected