css-emojis
v0.1.0
Published
Emojis for HTML using CSS
Downloads
4
Readme
CSS-Emojis
Include the emojis.css
file, and then just use the attributes wherever!
Install from NPM:
npm install css-emojis
Usage
<any emoji="grinning-face"></any>
To find out the emojis names, go here, and add dashes to the desired name.
For skin-tones, you can do:
<any emoji="baby" emoji-tone="light"></any>
Where the available tones are:
| tone | example | |--------------|---------| | light | 👶🏻 | | medium-light | 👶🏼 | | medium | 👶🏽 | | medium-dark | 👶🏾 | | dark | 👶🏿 |