[Enhancement?] add support for webp flags
Closed this issue · 1 comments
webp is a quite popular format on the web, and it would be convenient to be able to use them for flags. from what i can tell, the only change this would require is adding an extra line in this segment, as electron should support webp by default (as should the css background-url property):
Lines 55 to 59 in 48be88b
where it gets rendered i think (for reference):
chatguessr/src/Classes/Scoreboard.js
Lines 250 to 259 in 48be88b
this is not high priority, just thought i'd bring it up in case it's that simple to do. i also don't know if there are any other considerations to be made. it's not that hard to convert either way (for me, that is - plus my original reason for this was discord emojis, which are also available as png apparently D: ).