-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
We want to add all the flags of each country in the world. They need to be sized consistently... I'm guessing 500px by 300px or something like that.
We want to add these as a folder with each continent in a separate file.
- assets
--flags
---africa
---northAmerica
---southAmerica
etc....
The path to each of these images should also be included in the object. For example:
africa: {
angola: {
flag: { /assets/flags/africa/angola.jpg }
}
etc...
Reactions are currently unavailable