Twemoji 是 Twitter 开源的其完整的 Emoji 表情图片。开发者可以去GitHub下载完整的表情库,并把这些表情加入到自己的应用或网页中。
使用示例:
var i = 0; twemoji.parse( 'emoji, m\u2764\uFE0Fn am\u2764\uFE0Fur', function(icon, options, variant) { if (i++ === 0) { return; // no changes made first call } return '/assets/' + icon + options.ext; } ); // will produce /* emoji, m❤️n am<img class="emoji" draggable="false" alt="❤️" src="/assets/2764.png">ur */
有哪些好用的emoji表情库?
Emoji 是一个用来快速访问各种表情图片的类,类包含静态方法可直接返回表情的字符串。
js-emoji 可以让你在浏览器上显示 Emoji 表情,使用方法: <link href="emoji.css" rel="stylesheet" type="text/css" /><script src="emoji.js" type="text/javascript"></script><script type="text/javascript">// replaces \u{1F604
Emoji-Picker 可以让你在网站上的输入编辑框中加入一个 emoji 表情选择器。
《Emoji表情编解码库XXL-EMOJI》 方便维护,该项目合并至: https://gitee.com/xuxueli0323/xxl-tool
Emoji Keyboard 提供了带苹果所有表情的输入键盘控件。
emoji-regex emoji-regex offers a regular expression to match all emoji symbols and sequences (including textual representations of emoji) as per the Unicode Standard. It’s based on emoji-test-regex-pa
EMOJI-LOG After building hundreds of open source software I've ended up inventing a git commit log standard called EMOJI-LOG that helps me understand a project's history with a less cognitive load jus