DEV Community

Discussion on: Openmoji - Open Source Emojis For Everyone

Collapse
 
dschep profile image
Daniel Schep • Edited

Neat! It's nice to have a fully open alternative! One thing that would make this much easier to use is a fork of the twemoji library making it super easy to use openmoji on the web.

Collapse
 
bauripalash profile image
Palash Bauri 👻

Great Idea! 😊

Collapse
 
nektro profile image
Meghan (she/her)

No need! You can use twemoji as is :D (Fair warning they're missing a lot)

twemoji.parse(element, function(icon) {
    return return "https://gitcdn.xyz/repo/hfg-gmuend/openmoji/master/color/svg/"+icon.toUpperCase()+".svg";
});
Thread Thread
 
dschep profile image
Daniel Schep

Holy crap, that's awesome! Thanks :)