Skip to content

Commit

Permalink
update emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuji MATSUMOTO committed Aug 28, 2023
1 parent b71a2d9 commit beab2ef
Show file tree
Hide file tree
Showing 4 changed files with 2,772 additions and 227 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ extension String {
```ruby
pod 'Emoji-swift'
```

## How to update emoji

```bash
cd tools
curl -LO https://raw.githubusercontent.com/joypixels/emoji-toolkit/master/emoji.json
python ./gen-emoji-swift.py > ../Sources/Emoji/Emoji.swift
```
Loading

0 comments on commit beab2ef

Please sign in to comment.