Skip to content

AmeerAssadi/emojiCoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emojiCoder

emojiCoder is a simple npm package that converts regular text into emoji-representative text. For example, it can convert "I love pizza" into "I ❤️ 🍕".

Installation

You can install emojiCoder via npm:

npm install emojicoder

Usage

const emojiCoder = require('emojiCoder');

const emojiText = emojiCoder('I love pizza and coffee');
console.log(emojiText);  // Prints: I ❤️ 🍕 and ☕

Contributing

If you have suggestions for how emojiCoder could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

About

emojiCoder is a simple npm package that converts regular text into emoji-representative text. For example, it can convert "I love pizza" into "I ❤️ 🍕".

Resources

License

Stars

Watchers

Forks

Packages

No packages published