# emoticons-converter

> A library for convert emoticons to string and otherwise

Latest version **1.0.3** (published 2017-12-18) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install emoticons-converter
pnpm add emoticons-converter
yarn add emoticons-converter
bun add emoticons-converter
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2017-12-18 |
| First published | 2017-12-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Kevin Hermawan |
| Maintainers | kevinhermawan |
| Keywords | Emoji, Emoticon, Convert Emoji, Convert Emoticon, Emoji JavaScript, Emoji React Native, Emoji React |

## Links

- npm: https://www.npmjs.com/package/emoticons-converter
- Repository: https://github.com/kevinhermawan/emoticons-converter
- Homepage: https://github.com/kevinhermawan/emoticons-converter#readme
- Issues: https://github.com/kevinhermawan/emoticons-converter/issues
- npm.io page: https://npm.io/package/emoticons-converter

## Dependencies (3)

- [lodash](https://npm.io/package/lodash.md) ^4.17.4
- [emoji-datasource](https://npm.io/package/emoji-datasource.md) ^4.0.1
- [string.fromcodepoint](https://npm.io/package/string.fromcodepoint.md) ^0.2.1

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2017-12-18
- 1.0.2 — 2017-12-16
- 1.0.1 — 2017-12-15
- 1.0.0 — 2017-12-15

## README

# Emoticons Converter
:performing_arts: A library for convert emoticons to string and otherwise

## Install
```javascript
npm install emoticons-converter --save
```

## Usage
### Convert emoticon to string
```javascript
import { emoticonToString } from 'emoticons-converter'

let name = emoticonToString('Kevin Hermawan 😎')
console.log(name) // Kevin Hermawan [SMILING FACE WITH SUNGLASSES]
```
### Convert string to emoticon
```javascript
import { stringToEmoticon } from 'emoticons-converter'

let name = stringToEmoticon('Kevin Hermawan [SMILING FACE WITH SUNGLASSES]')
console.log(name) // Kevin Hermawan 😎
```

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