emojis-list

WebJar for emojis-list

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

emojis-list
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

emojis-list
WebJar for emojis-list
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/kikobeats/emojis-list

Download emojis-list

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/emojis-list/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>emojis-list</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/emojis-list/
implementation 'org.webjars.npm:emojis-list:3.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/emojis-list/
implementation ("org.webjars.npm:emojis-list:3.0.0")
'org.webjars.npm:emojis-list:jar:3.0.0'
<dependency org="org.webjars.npm" name="emojis-list" rev="3.0.0">
  <artifact name="emojis-list" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='emojis-list', version='3.0.0')
)
libraryDependencies += "org.webjars.npm" % "emojis-list" % "3.0.0"
[org.webjars.npm/emojis-list "3.0.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.

emojis-list

Dependency status Dev Dependencies Status NPM Status Donate

Complete list of standard Unicode Hex Character Code that represent emojis.

NOTE: The lists is related with the Unicode Hex Character Code. The representation of the emoji depend of the system. Will be possible that the system don't have all the representations.

Install

npm install emojis-list --save

Usage

const emojis = require('emojis-list')
console.log(emojis[0])
// => ๐Ÿ€„

Related

  • emojis-unicode โ€“ Complete list of standard Unicode codes that represent emojis.
  • emojis-keywords โ€“ Complete list of am emoji shortcuts.
  • is-emoji-keyword โ€“ Check if a word is a emoji shortcut.
  • is-standard-emoji โ€“ Simply way to check if a emoji is a standard emoji.
  • trim-emoji โ€“ Deletes ':' from the begin and the end of an emoji shortcut.

License

MIT ยฉ Kiko Beats

Versions

Version
3.0.0
2.1.0