HashLips / generative-art-opensource

Create generative art by using the canvas api and node js, feel free to contribute to this repo with new ideas.
MIT License
1.36k stars 695 forks source link

Trouble with Hashlips uploading video #85

Open thecryptobirdie opened 2 years ago

thecryptobirdie commented 2 years ago

https://youtu.be/SD1DTrlJeKM 12:49

Whenever I enter fs.writeFileSync('./output/${_editionCount}.json', JSON.stringify( , it doesn't make the ${_editionCount} the blue color in his video. It stays orange like everything else. As a result, the output just makes a separate, single .json folder that reads "${_editionCount}.json" instead of the individual 1.json 2.json 3.json files. Anyone know how to help? I'm 100% new to code btw