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.18k stars 4.3k forks source link

File Error #1301

Open apmg1 opened 2 years ago

apmg1 commented 2 years ago

Even if the file name is changed, it shows as follows.

Error: layer name can not contain dashes, please fix: pixil-framec #100.png at C:\Users\User\Documents\hashlips_art_engine-main\src\main.js:77:15 at Array.map () at getElements (C:\Users\User\Documents\hashlips_art_engine-main\src\main.js:75:6) at C:\Users\User\Documents\hashlips_art_engine-main\src\main.js:92:15 at Array.map () at layersSetup (C:\Users\User\Documents\hashlips_art_engine-main\src\main.js:90:30) at startCreating (C:\Users\User\Documents\hashlips_art_engine-main\src\main.js:356:20) at C:\Users\User\Documents\hashlips_art_engine-main\index.js:6:3 at Object. (C:\Users\User\Documents\hashlips_art_engine-main\index.js:7:3) at Module._compile (node:internal/modules/cjs/loader:1105:14) PS C:\Users\User\Documents\hashlips_art_engine-main>

bolshoytoster commented 2 years ago

@apmg1 you haven't changed the name, you need to remove the - from pixil-framec #100.png.

apmg1 commented 2 years ago

thank you 🤗