0.2.0 • Published 4 years ago

@evo/emoji v0.2.0

Weekly downloads
632
License
ISC
Repository
-
Last release
4 years ago

Install

npm i @evo/emoji

Usage

import { Emoji } from `@evo/emoji`;

<Emoji name="+1">

Basic example

All available emoji names are here - https://evo-frontend.git-doc.evo.dev/emoji/

<Emoji name='+1'/>

Use different sizes

All available emoji names are here - https://evo-frontend.git-doc.evo.dev/emoji/

<Emoji name='flag-ua' width="128" height="128"/>
<Emoji name='flag-ua' width="64" height="64"/>
<Emoji name='flag-ua' width="32" height="32"/>
<Emoji name='flag-ua' width="16" height="16"/>

<Emoji type='google' name='flag-ua' width="128" height="128"/>
<Emoji type='google' name='flag-ua' width="64" height="64"/>
<Emoji type='google' name='flag-ua' width="32" height="32"/>
<Emoji type='google' name='flag-ua' width="16" height="16"/>

Use 'type' to specify platform

apple and google type is supported.

<Emoji name='one' type='google' width="16" height="16"/>
<Emoji name='one' type='apple' width="16" height="16"/>
0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.2

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago