2.2.0 • Published 11 months ago

translate-to-emoji v2.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

translate-to-emoji

Convert your text to emojis!!

translate-to-emoji converts popular words to emojis, which can help you convert your emotions into emojis. With this package, over 50 emojis can be translated from English words.

Installation

npm i translate-to-emoji

Usage

import translateToEmoji from 'translate-to-emoji';

const text1 = 'I am feeling happy today!';
const translatedText1 = translateToEmoji(text1);
console.log(translatedText1);
// -> 'I am feeling 😄 today!'

const text2 = 'I love cats, dogs, and fish.';
const translatedText2 = translateToEmoji(text2);
console.log(translatedText2);
// -> 'I love 🐱, 🐶 and 🐠.'
2.2.0

11 months ago

2.0.3

11 months ago

2.0.2

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.0.0

11 months ago