Open jremeh opened 2 years ago
Let's say the library creates 100 unique images. How would the naming schem change as compared to what it is right now?
The naming scheme in the json for now will be 000.png 001.png 002.png... 099.png With the changes, it'll be 00.png 01.png 02.png... 99.png
Provides a more accurate length of image name produced from the nft.py script for cases like 10, 100, 1000...