HashLips / hashlips_art_engine

HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
MIT License
7.17k stars 4.3k forks source link

Improvement main.js for being able to use the Candy Machine v2 #501

Open imad-bkr opened 2 years ago

imad-bkr commented 2 years ago

In src/main.js, you should modify the lines 133 and 149:

133: replace it by: image: ${baseUri}/${_edition}.png,

149: replace it by: image: _edition + .png,

PurePleasur3 commented 2 years ago

that didnt work

smvlx commented 2 years ago

New errors occur in line 90-103 when I try to save main.j

Снимок экрана 2022-01-16 в 01 14 31

s