A simple application to generate NFT's through a graphical interface. Simple as that ^_^
- Multiple layers
- Reorder Layers
- No coding skills required
All images used to create the NFT MUST have the same dimensions (width and height).
Create your different layers as folders and put them in one directory, and add all the layer assets in these directories. then browse that directory and reorder them as you like
├─ my_layers/
│ ├─ background/
│ │ ├─ file1.png
│ │ ├─ file2.png
│ │ ├─ file3.png
│ │ ├─ ...
│ ├─ faces/
│ │ ├─ file4.png
│ │ ├─ file5.png
│ │ ├─ ...
│ ├─ eyes/
│ │ ├─ file6.png
│ │ ├─ ...
│ ├─ ..