Simply, use the base URL for emoji-cdn which is https://emoji-cdn.mqrio.dev/[emoji]?style=[style]
The CDN will respond with an image containing the emoji for the specified style (emoji set/design)
For example:
<img src="https://emoji-cdn.mqrio.dev/🎉?style=google" />
- apple
- samsung
- microsoft-3D-fluent
- microsoft
- huawei
- joypixels
- lg
- telegram
- animated-noto-color-emoji
- microsoft-teams
- skype
- twitter-emoji-stickers
- joypixels-animations
- serenityos
- toss-face
- sony
- noto-emoji
- openmoji
- icons8
- emojidex
- messenger
- htc
- softbank
- docomo
- au-kddi
- mozilla
Why not benborgers/emojicdn?
The emojicdn project by Ben Borgers is definitely a cool project! It actually is what inspired me to create this whole project.
However, I found myself in the need of a little faster serving speed (despite how the benborgers CDN is fast enough).
This project stores and fetches the emojis locally, unlike benborgers/emojicdn
which behaves as a reverse proxy for a remotely hosted emojis source.
In addition to that, I also needed to use some other styles which were missing from the benborgers project (especially the WhatsApp emoji set).
So in order to make up for all that, this project was born.
You are absolutely more than welcome to self-host your own instance of emoji-cdn :)
Here is how:
- Build the project:
python3 build.py
-
Run the application to start emoting!
- Code licensed under the MIT License: http://opensource.org/licenses/MIT
- All the emojis were obtained from Emojipedia.org and are owned by their original distributors & designers