js-emoji - Display emoji in the browser, everywhere
Most macOS and iOS versions allow display and input of emoji. It's nice to show them onother devices too, and the browser is a good place to do it. This library converts emoji(either from character codes or colon-sequences like :smile:
) into something that willwork on the host computer - either native character codes, a CSS styled span or a textrepresentation.
Installation
Either clone the git repo, or npm install emoji-js
Usage
You can view a live demo here.
原文链接:https://www.npmjs.com/package/emoji-js