Socket
Book a DemoInstallSign in
Socket

@readme/emojis

Package Overview
Dependencies
Maintainers
10
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@readme/emojis

A collection of all emojis supported on ReadMe.

latest
Source
npmnpm
Version
6.0.0
Version published
Weekly downloads
2.1K
-11.99%
Maintainers
10
Weekly downloads
 
Created
Source

@readme/emojis

Build

A collection of all emojis supported on ReadMe.

Installation

npm install --save @readme/emojis

Usage

const Emoji = require('@readme/emojis').emoji;
const emojis = new Emoji();

if (emojis.is('dog')) {
  console.log('dog is supported');
}

Contribution

To add a new emoji to this repository, run node add.js.

For example:

$ node add.js ~/Desktop/Mask.png.png owlbert-mask
🦉 Emoji resized and added!

Rebuilding the dist cache

npm run dist

FAQs

Package last updated on 16 Apr 2024

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