mirror of
https://github.com/jawira/emoji-catalog.git
synced 2023-08-10 21:12:49 +03:00
Emoji sequences #9
This commit is contained in:
parent
0875da5198
commit
34960927dd
14
README.md
14
README.md
@ -47,6 +47,20 @@ How to install
|
|||||||
$ composer require jawira/emoji-catalog
|
$ composer require jawira/emoji-catalog
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Emoji sequences
|
||||||
|
---------------
|
||||||
|
|
||||||
|
An _emoji sequence_ is an emoji composed of other emojis. For example the
|
||||||
|
character "👨👩👧" is composed of five characters: _U+1F468 U+200D U+1F469 U+200D
|
||||||
|
U+1F467_.
|
||||||
|
|
||||||
|
You don't need to compose your emojis, _jawira/emoji-catalog_ comes with all
|
||||||
|
possible sequences as class constants:
|
||||||
|
|
||||||
|
```php
|
||||||
|
echo Emoji::FAMILY_MAN_WOMAN_GIRL; // 👨👩👧
|
||||||
|
```
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user