Mix and match traits to generate the PFP that you want.
- Create a Pull Request
- Go to (https://github.com/TheHiddenValley/radiant-o-matic/tree/main/src/alpaca).
- Go to the folder of that trait category.
- Upload the image by click on add file and drag drop followed by pressing submit.
- After uploading, go to (https://github.com/TheHiddenValley/radiant-o-matic/blob/main/src/alpacaData.js) and update what you uploaded.
To do step 5:
- See which category your new trait belongs to
- Copy and paste a new line below the last trait in that category
- For id: 0, -- Just increase by 1
- For label, -- This will be the name of the trait that appears
- For filename, -- This will be the exact name (case sensitive) of your file without the .png
- For selected, -- Put this as false
Done!