Package Exports
- is-standard-emoji
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (is-standard-emoji) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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