- Image URI - https://localhost:3000/api/data/2/_number_/imageUri
- Type - https://localhost:3000/api/data/2/_number_/type
- Clothes - https://localhost:3000/api/data/2/_number_/clothes
- Ears - https://localhost:3000/api/data/2/_number_/ears
- Mouth - https://localhost:3000/api/data/2/_number_/mouth
- Eyes - https://localhost:3000/api/data/2/_number_/eyes
- Hat - https://localhost:3000/api/data/2/_number_/hat
- Dressup - https://localhost:3000/api/dressup/2/_number_/_type_/_key_
type - check folders in the gen2assets folder key - check files in the required type folder in gen2assets folder
- Image URI - https://localhost:3000/api/data/3/_number_/imageUri
- Species - https://localhost:3000/api/data/3/_number_/species
- Hat - https://localhost:3000/api/data/3/_number_/hat
- Eyewear - https://localhost:3000/api/data/3/_number_/eyewear
- Clothes - https://localhost:3000/api/data/3/_number_/clothes
- Mouth - https://localhost:3000/api/data/3/_number_/mouth
- Background - https://localhost:3000/api/data/3/_number_/backgroundd // Note the two d's
- Eyes - https://localhost:3000/api/data/3/_number_/eyes
- Back - https://localhost:3000/api/data/3/_number_/back
- For adding specific assets for gen2, navigate to gen2assets and add the asset in the appopriate folder
- For modifying size of gen2 monke on the assets, navigate to src/utils/gen2dressup.js and change the value of transparentImage.scale(value) to the desired value, and for position, change the values of x and y in the compositeImage.composite(transparentImage, x, y).
- For adding gen3 dressup create a new file in src/utils called gen3dressup.js and add the functions you need, and create a new route in app.js for the new function.
- If you're creating gen3 dressup create a folder called gen3assets and add the assets there and then add the asset path in app.js