emojilib

WebJar for emojilib

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

emojilib
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

emojilib
WebJar for emojilib
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/muan/emojilib

Download emojilib

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/emojilib/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>emojilib</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/emojilib/
implementation 'org.webjars.npm:emojilib:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/emojilib/
implementation ("org.webjars.npm:emojilib:1.1.0")
'org.webjars.npm:emojilib:jar:1.1.0'
<dependency org="org.webjars.npm" name="emojilib" rev="1.1.0">
  <artifact name="emojilib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='emojilib', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "emojilib" % "1.1.0"
[org.webjars.npm/emojilib "1.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

๐Ÿ“– emojilib Travis CI build status NPM JavaScript Standard Style

Emoji keyword library.

Install

๐Ÿ“ฆ NPM

npm install emojilib --save

Usage

> var emoji = require("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]
'โœŒ๐Ÿฟ'

๐Ÿ”Œ Powered by emojilib

Versions

Version
1.1.0