joypixels / emojione

[Archived] The world's largest independent emoji font. Maintained at https://github.com/joypixels/emoji-toolkit.
https://www.joypixels.com
Other
4.46k stars 536 forks source link

Add basic template support #613

Open miroslavrussev opened 5 years ago

miroslavrussev commented 5 years ago

This adds basic HTML template support for image and sprite elements by adding two new options to the global settings.

emojione.spriteTemplate = '<span class="emojione emojione-{{size}}-{{category}} _{{code}}" {{title}}>{{alt}}</span>';
emojione.imageTemplate = '<img class="emojione" alt="{{alt}}" {{title}} src="{{src}}"/>';

Current possible replacements are: {{src}} {{size}} {{category}} {{code}} {{title}} {{alt}}