Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

gee1k-emojilib

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gee1k-emojilib

Emoji keyword library.

latest
Source
npmnpm
Version
2.2.10
Version published
Weekly downloads
1
-50%
Maintainers
2
Weekly downloads
 
Created
Source

:book: emojilib Travis CI build status NPM JavaScript Standard Style

Emoji keyword library.

Install

npm install gee1k-emojilib --save

Usage

English

> var emoji = require("gee1k-emojilib")
> emoji.lib
{
  "grinning": {
    "keywords": ["face", "smile", "happy", "joy"],
    "char": "😀",
    "fitzpatrick_scale": false,
    "category": "people"
  },
  "grin": {
    "keywords": ["face", "happy", "smile", "joy"],
    "char": "😁",
    "fitzpatrick_scale": false,
    "category": "people"
  },
  ...
}

> emoji.ordered
[ 'grinning', 'grimacing', 'grin', 'joy', 'smiley', 'smile', 'sweat_smile', ...]

> emoji.fitzpatrick_scale_modifiers
[ '🏻', '🏼', '🏽', '🏾', '🏿' ]

> emoji.lib.v.fitzpatrick_scale
true

> emoji.lib.turtle.fitzpatrick_scale
false

> emoji.lib.v.char + emoji.fitzpatrick_scale_modifiers[4]
'✌🏿'

Chinese

> var emoji = require("gee1k-emojilib")
> emoji.lib_cn
{
  "relaxed": {
    "keywords": ["face", "blush", "massage", "happiness", "微笑", "表情", "开心", "笑臉", "開心", "笑脸"],
    "char": "☺️",
    "fitzpatrick_scale": false,
    "category": "people"
  },
  "yum": {
    "keywords": ["happy", "joy", "tongue", "smile", "face", "silly", "yummy", "nom", "delicious", "savouring", "表情", "眼馋", "眼饞", "吐舌头", "嘴馋", "嘴饞", "吐舌頭"],
    "char": "😋",
    "fitzpatrick_scale": false,
    "category": "people"
  },
  ...
}

:electric_plug: Powered by emojilib

Keywords

emoji

FAQs

Package last updated on 02 Oct 2017

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