Getting started with Emotify is a piece of cake!
1. Include the Emotify script.
<script
src="https://cdn.jsdelivr.net/gh/aryanbaburajan/emotify/src/emotify.min.js"></script>
2. Create custom emotes.
emotify.addEmote({ "blobhype":
"https://cdn.discordapp.com/emojis/833742785198424084.gif" });
3.Emotify will automatically convert the text into emotes for you when the
document loads. But you need to follow the syntax shown below.
<p>Hello, World! :
Hello, World! :blobhype:
4. Changed the text? You may reconvert it using the
emotify.convert();
function.
emotify.convert();
5. Emotify comes with 20+ built-in default emotes as well!
<p>Hi :
Hi :grin:
6. Feel free to look at the
documentation for a list of default emotes and
functions available.