This package has been deprecated

Author message:

DEPRECATED

emoticons-converter

1.0.3 • Public • Published

Emoticons Converter

🎭 A library for convert emoticons to string and otherwise

Install

npm install emoticons-converter --save

Usage

Convert emoticon to string

import { emoticonToString } from 'emoticons-converter'
 
let name = emoticonToString('Kevin Hermawan 😎')
console.log(name) // Kevin Hermawan [SMILING FACE WITH SUNGLASSES]

Convert string to emoticon

import { stringToEmoticon } from 'emoticons-converter'
 
let name = stringToEmoticon('Kevin Hermawan [SMILING FACE WITH SUNGLASSES]')
console.log(name) // Kevin Hermawan 😎

Package Sidebar

Install

npm i emoticons-converter

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • npm