mirror of
https://github.com/jawira/emoji-catalog.git
synced 2023-08-10 21:12:49 +03:00
Merge pull request #12 from jawira/9-emoji-sequences
Explain emoji sequences in readme
This commit is contained in:
commit
ae2893551f
14
README.md
14
README.md
@ -47,6 +47,20 @@ How to install
|
||||
$ 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
|
||||
------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user