This library can convert this ":curious:"
into this
or this
or this :O
Include the js and required css file based on the size and type
<script src="/js/zomoji.js"></script>
<link rel="stylesheet" href="/css/work/zomoji24.css">
<script>
var config = {};
var zomoji = new Zomoji( config ); //config optional
var zomojifiedhtml = zomoji.replace( textcontent );
//Insert this zomojifiedhtml to get zomoji in the place of text content.
//Sample zomoji.replace conversion
//Input "Hello :) How are you :curious!:"
//Output "Hello <em title=smile class='zomoji-w-24-smile'></em> How are you <em title=curious class='zomojianim-24-curious'></em>"
</script>
You can pass size of the emoji and its type in config object.
Supported options are:
- type //Type can be "workplace" or "fun"
- default_size //Size for the zomoji when it is present alone
- along_text_size //Size for the zomoji when it comes along the text
Available size options are 24, 48, 72
To get live zomojis (animated version) exclamation need to be appended in the text code. For example, :smile!: will show live version of zomoji