-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Made readme a bit more presentable
- Loading branch information
Showing
1 changed file
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
# Emoji Extension | ||
|
||
<img aligh="center" src="screenshots/search.png"> | ||
<table> | ||
<tr> | ||
<td><img src="screenshots/search.png"></td> | ||
<td><img src="screenshots/shortcode-search.png"></td> | ||
</tr> | ||
</table> | ||
|
||
<img aligh="center" src="screenshots/shortcode-search.png"> | ||
## Features | ||
|
||
<img aligh="center" src="screenshots/preferences.png"> | ||
- Supports Twemoji, Blobmoji, and Noto emoji preview renders | ||
- Search by emoji name, *or* by shortcode by beginning the search with `:` | ||
- Support for multiple skin tones via settings | ||
|
||
### Credits | ||
### Settings | ||
|
||
[twemoji](https://github.com/twitter/twemoji), [noto-emoji](https://github.com/googlefonts/noto-emoji), and [blobmoji](https://github.com/C1710/blobmoji) for emoji styles :heart:. | ||
![](screenshots/preferences.png) | ||
|
||
## Credits | ||
|
||
- [emojipedia.org](https://emojipedia.org/) for emoji shortcode data | ||
- [twemoji](https://github.com/twitter/twemoji), [noto-emoji](https://github.com/googlefonts/noto-emoji), and [blobmoji](https://github.com/C1710/blobmoji) for emoji styles :heart:. |