@caijs/emoji

1.0.3 • Public • Published

@caijs/emoji

Build Status Coverage Status NPM version NPM downloads

This library replace emojis with their equivalent text.

Installation

In your project folder run:

$ npm install @caijs/emoji

Example of use

const removeEmojis = require('@caijs/emoji');
const actual = removeEmojis('I ❤️  ☕️! -  😯⭐️😍  ::: test : : 👍+');
console.log(actual); // I :heart:  :coffee:! -  :hushed::star::heart_eyes:  ::: test : : :thumbsup:+

Dependents (0)

Package Sidebar

Install

npm i @caijs/emoji

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

43.2 kB

Total Files

8

Last publish

Collaborators

  • jesus-seijas
  • jseijas