JSPM

is-standard-emoji

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 763
  • Score
    100M100P100Q104729F
  • License MIT

Simply way to check if a emoji is a standard emoji.

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

Build Status Dependency status Dev Dependencies Status NPM Status Gittip

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

License

MIT © Kiko Beats