New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

emojicoder

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emojicoder

A package that converts regular text into emoji-representative text. For instance, it can turn "I love pizza" into "I ❤️ 🍕".

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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.

Keywords

emoji

FAQs

Package last updated on 14 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts