Skip to content

Text2emoji is an npm package that effortlessly converts text into emojis, making your communication more vibrant and engaging.

Notifications You must be signed in to change notification settings

Shubhiidixit/npm-package-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-package-template: Text2emoji

Text2emoji is a lightweight npm package that converts text into emojis, providing a fun and expressive way to communicate.

Description

Text2emoji allows users to easily transform plain text into a sequence of emojis. The package supports a wide range of common words and phrases, replacing them with relevant emojis. It's perfect for adding a playful touch to your messages, social media posts, or any text-based application.

Installation

  • Install the text2emoji package:
npm install text2emoji
  • Install commander for command-line interface support:
npm install commander

Usage

  • Run the following command to convert text to emojis:
node src/cli.js "Hello :smile:! How are you :thumbsup:?"

image

Contributing

We welcome contributions! If you'd like to contribute to text2emoji, please follow these steps:

  • Fork the repository.
  • Create a new branch: git checkout -b my-feature-branch.
  • Make your changes and commit them: git commit -m 'Add new feature'.
  • Push to the branch: git push origin my-feature-branch.
  • Submit a pull request.

About

Text2emoji is an npm package that effortlessly converts text into emojis, making your communication more vibrant and engaging.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published