AcelisWeaven / AbyssExplorer

Item codex for the game Neon Abyss
https://acelisweaven.github.io/AbyssExplorer/
GNU General Public License v3.0
10 stars 5 forks source link

Bug: Emojis don't seem work #15

Closed Glaived closed 3 years ago

Glaived commented 3 years ago

image

AcelisWeaven commented 3 years ago

This is a Windows-only issue, we could have three possibilities:

What's your opinion @Glaived ?

Glaived commented 3 years ago

I think that if there is no other solution than to go through images, then we might as well use this solution. The idea of using emojis for UX is a good one, and I don't think we should remove emojis for lack of an elegant/simple solution.

Glaived commented 3 years ago

https://github.com/twitter/twemoji seems to be a good library, simple and allows the use of images via CDN

My demo

AcelisWeaven commented 3 years ago

This should have been added in the latest version! Since I had to change how the projects icons were bundled, and since I didn't want to use a CDN to allow offline use, I resized and included the Twemoji files directly.

Here's how it looks: image

Thanks @Glaived !