# if-emoji

> Check a character if it is a correctly supported emoji.

Latest version **0.1.0** (published 2017-01-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install if-emoji
pnpm add if-emoji
yarn add if-emoji
bun add if-emoji
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2017-01-09 |
| First published | 2016-12-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 40 |
| Author | Dafrok |
| Maintainers | dafrok |
| Keywords | if-emoji, check, if, emoji, support |

## Links

- npm: https://www.npmjs.com/package/if-emoji
- Repository: https://github.com/Dafrok/if-emoji
- Homepage: https://github.com/Dafrok/if-emoji#readme
- Issues: https://github.com/Dafrok/if-emoji/issues
- npm.io page: https://npm.io/package/if-emoji

## Alternatives

- [update-check](https://npm.io/package/update-check.md) — 4.0M weekly downloads
- [react-native-onesignal](https://npm.io/package/react-native-onesignal.md) — 134.5K weekly downloads
- [react-redux-toastr](https://npm.io/package/react-redux-toastr.md) — 33.7K weekly downloads
- [@nocobase/plugin-notification-manager](https://npm.io/package/@nocobase/plugin-notification-manager.md) — 2.0K weekly downloads
- [react-simple-toasts](https://npm.io/package/react-simple-toasts.md) — 1.9K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2017-01-09
- 0.0.10 — 2016-12-23
- 0.0.9 — 2016-12-22
- 0.0.8 — 2016-12-22
- 0.0.7 — 2016-12-22
- 0.0.6 — 2016-12-22
- 0.0.5 — 2016-12-22
- 0.0.4 — 2016-12-22
- 0.0.2 — 2016-12-22
- 0.0.1 — 2016-12-22

## README

# if-emoji

Check a character if it is a correctly supported emoji.

## Install

```
$ npm i if-emoji
```

## Usage

```js
import ifEmoji from 'if-emoji'

ifEmoji('蛤') // => false
ifEmoji('🐸') // => If your system / browser supports this emoji character correctly, the returned value will be true.
```

---
_Source: https://npm.io/package/if-emoji · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
