DEV Community

Discussion on: Openmoji - Open Source Emojis For Everyone

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 :)