Skip to content

Commit

Permalink
Add EmojiLoader methods to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
felldo committed Aug 12, 2024
1 parent f3c2be4 commit d779ca2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,15 @@ String text=EmojiManager.replaceAllEmojis("Hello 😀 World 👍",Emoji::getHtml
String text=EmojiManager.replaceEmojis("Hello 😀 World 👍","<an emoji was here>", Emojis.GRINNING_FACE); // "Hello <an emoji was here> World 👍"
```

### EmojiLoader

#### Load all emoji keyword/description files instead of on demand

```java
EmojiLoader.loadAllEmojiDescriptions();
EmojiLoader.loadAllEmojiKeywords();
```

### Emoji Object

```mermaid
Expand Down

0 comments on commit d779ca2

Please sign in to comment.