1.0.0 • Published 12 months ago
text-to-emoji-converter v1.0.0
Emoji Converter
Emoji Converter is a simple, fun npm package that allows you to convert text to emojis and vice versa. It's perfect for adding a bit of fun to your applications or for simple emoji encoding/decoding tasks.
Installation
To use Emoji Converter in your project, install it via npm:
npm install emoji-converter
Usage:
After installation, you can use the Emoji Converter in your JavaScript projects. Here's how to get started:
const { textToEmoji } = require('emoji-converter');
// Convert text to emoji
console.log(textToEmoji('happy')); // Output: 😊
Contributing
If you'd like to contribute to the development of Emoji Converter, please feel free to submit a pull request. We appreciate contributions that improve the code quality, expand the emoji dictionary, or introduce new features!
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
1.0.0
12 months ago