emojify.js是一个JavaScript模块用来转换emoji关键字到图片。目前Gitter正在使用该模块。emoji关键字的描述请看 emoji-cheat-sheet.com.
示例代码:
emojify.setCofig({ emojify_tag_type : 'div', // Oly ru emojify.js o this elemet oly_crawl_id : ull, // Use to restrict where emojify.js applies img_dir : 'images/emoji', // Directory for emoji images igored_tags : { // Igore the followig tags 'SCRIPT' : 1, 'TEXTAREA': 1, 'A' : 1, 'PRE' : 1, 'CODE' : 1 }});emojify.ru();
评论