登录 注册
当前位置:主页 > 资源下载 > 50 > JavaScript的Emoji转换库js-emoji.zip下载

JavaScript的Emoji转换库js-emoji.zip下载

  • 更新:2024-10-24 09:04:56
  • 大小:120KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

js-emoji 可以让你在浏览器上显示 Emoji 表情,使用方法: <link href="emoji.css" rel="stylesheet" type="text/css" /> [removed][removed] [removed] // replaces \u{1F604} with platform appropriate content var output1 = emoji.replace_unified(input); // replaces :smile: with platform appropriate content var output2 = emoji.replace_colons(input); // force text output mode emoji.text_mode = true; // show the short-name as a `title` attribute for css/img emoji emoji.include_title = true; // change the path to your emoji images (requires trailing slash) // you can grab the images from here: // https://github.com/github/gemoji/tree/master/images/emoji/unicode emoji.img_path = "http://my-cdn.com/images/emoji/"; // find out the auto-detected mode alert(emoji.replace_mode); [removed] 在线演示:http://unicodey.com/js-emoji/demo.htm 标签:jsemoji