Awesome
is-standard-emoji
Check if a word is a emoji shortcut.
Install
npm install is-standard-emoji --save
If you want to use in the browser (powered by Browserify):
bower install is-standard-emoji --save
and later link in your HTML:
<script src="bower_components/is-standard-emoji/dist/is-standard-emoji.js"></script>
Usage
var isEmoji = require('is-standard-emoji');
isEmoji('🙌'); // => true
Related
- emojis-unicode – Complete list of standard Unicode codes that represent emojis.
- emojis-keywords – Complete list of am emoji shortcuts.
- emojis-list – Complete list of standard emojis.
- is-emoji-keyword – Check if a word is a emoji shortcut.
- trim-emoji – Deletes ':' from the begin and the end of an emoji shortcut.
License
MIT © Kiko Beats