emoji-data-css

WebJar for emoji-data-css

License

License

ISC
Categories

Categories

Data
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

emoji-data-css
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

emoji-data-css
WebJar for emoji-data-css
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/juanfran/emoji-data-css

Download emoji-data-css

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : emoji-datasource jar [2.4.4,3)
org.webjars.npm : clean-css jar [3.4.20,4)

Project Modules

There are no modules declared in this project.

emoji-data-css uses emoji-data spritesheets to generate css files.

Install

npm install emoji-data-css

Usage

Choose the emoji set

  • Apple (ap)
  • Google (gl)
  • Twitter (tw)
  • Emoji One (eo)

Choose the size (16, 20, 32, 64, all) and link in your html

<link href="path/to/emoji-data-css/files/eo-32-emoji.css" media="all" rel="stylesheet" />  
<!-- this links to "emoji one" 32x32 css -->

Now you can add emoji classes in your code

<div class="ap ap-smile"></div> <!-- apple smile emoji -->
<div class="gl gl-smile"></div> <!-- google smile emoji -->
<div class="tw tw-smile"></div> <!-- twitter smile emoji -->
<div class="eo eo-smile"></div> <!-- emoji one smile emoji -->

emoji screenshot

If you selected all the sizes file

<div class="ap-32 ap-smile"></div> <!-- apple 32x32 smile emoji in ap-all-emoji.css -->
<div class="gl-64 gl-smile"></div> <!-- google 64x64 smile emoji in gl-all-emoji.css  -->
<div class="tw-16 tw-smile"></div> <!-- twitter 16x16 smile emoji in tw-all-emoji.css -->
<div class="eo-20 eo-smile"></div> <!-- emoji one 20x20 smile emoji in eo-all-emoji.css  -->

full emoji list names

Graphics license

Versions

Version
1.0.1