tcgdex / cards-database

Pokémon Trading Card Game Card (TCG) Database for the TCGdex API. ⭐ Leave a star if the project interest you !
https://www.tcgdex.net
MIT License
131 stars 31 forks source link

enhancement: Backgrounds #504

Open Aviortheking opened 2 months ago

Aviortheking commented 2 months ago

Data affected

Please explain in more details what idea you have

Modern sets have wallpapers that are available for download, it might be cool to also put them on the DB

interface Wallpaper {
    url: string
    size: `${number}x${number}` // ex 1920x1080
    aspectRatio: `${number}/${number}` // ex 16/9
}