Update README.md
Browse files
README.md
CHANGED
|
@@ -1,21 +1,42 @@
|
|
| 1 |
A collection of 14,808 emoji images from Apple, Facebook, Google, and WhatsApp. It includes all the emojis for these apps/platforms as of early 2022.
|
| 2 |
|
| 3 |
-
* Counts: Facebook=3664, Google=3664, Apple=3961, WhatsApp=3519.
|
|
|
|
| 4 |
* The emoji code points are at the end of the filename. For example, the filename "astronaut-dark-skin-tone_1f9d1-1f3ff-200d-1f680.png" can be converted to an emoji in several different ways (in JavaScript):
|
| 5 |
* `"\u{1f9d1}\u{1f3ff}\u{200d}\u{1f680}"`
|
| 6 |
* `String.fromCodePoint(0x1f9d1, 0x1f3ff, 0x200d, 0x1f680)`
|
| 7 |
* More generally: `String.fromCodePoint(...filename.split("_")[1].split("-").map(n => parseInt(n, 16)))`
|
| 8 |
-
* The
|
| 9 |
-
* The 4 tar files directly contain the image files (they're not inside a parent folder).
|
| 10 |
|
| 11 |
-
##
|
| 12 |
-
![
|
| 13 |
|
| 14 |
-
##
|
| 15 |
-
![
|
| 16 |
|
| 17 |
-
##
|
| 18 |
-
![
|
| 19 |
|
| 20 |
-
##
|
| 21 |
-
![
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
A collection of 14,808 emoji images from Apple, Facebook, Google, and WhatsApp. It includes all the emojis for these apps/platforms as of early 2022.
|
| 2 |
|
| 3 |
+
* Counts: Facebook=3664, Google=3664, Apple=3961, WhatsApp=3519, Samsung=3752, JoyPixels=3538, Twitter=3544, emojidex=2040, LG=3051, OpenMoji=3512, Microsoft=3931.
|
| 4 |
+
* Sizes: Facebook=144x144, Google=144x144, Apple=144x144, WhatsApp=144x144, Samsung=108x108, JoyPixels=144x144, Twitter=144x144, emojidex=144x144, LG=136x128, OpenMoji=144x144, Microsoft=144x144.
|
| 5 |
* The emoji code points are at the end of the filename. For example, the filename "astronaut-dark-skin-tone_1f9d1-1f3ff-200d-1f680.png" can be converted to an emoji in several different ways (in JavaScript):
|
| 6 |
* `"\u{1f9d1}\u{1f3ff}\u{200d}\u{1f680}"`
|
| 7 |
* `String.fromCodePoint(0x1f9d1, 0x1f3ff, 0x200d, 0x1f680)`
|
| 8 |
* More generally: `String.fromCodePoint(...filename.split("_")[1].split("-").map(n => parseInt(n, 16)))`
|
| 9 |
+
* The tar files directly contain the image files (they're not inside a parent folder).
|
|
|
|
| 10 |
|
| 11 |
+
## Facebook examples:
|
| 12 |
+

|
| 13 |
|
| 14 |
+
## Google examples:
|
| 15 |
+

|
| 16 |
|
| 17 |
+
## Apple examples:
|
| 18 |
+

|
| 19 |
|
| 20 |
+
## WhatsApp examples:
|
| 21 |
+

|
| 22 |
+
|
| 23 |
+
## Samsung examples:
|
| 24 |
+
![Samsung emoji grid]()
|
| 25 |
+
|
| 26 |
+
## JoyPixels examples:
|
| 27 |
+
![JoyPixels emoji grid]()
|
| 28 |
+
|
| 29 |
+
## Twitter examples:
|
| 30 |
+
![Twitter emoji grid]()
|
| 31 |
+
|
| 32 |
+
## emojidex examples:
|
| 33 |
+
![emojidex emoji grid]()
|
| 34 |
+
|
| 35 |
+
## LG examples:
|
| 36 |
+
![LG emoji grid]()
|
| 37 |
+
|
| 38 |
+
## OpenMoji examples:
|
| 39 |
+
![OpenMoji emoji grid]()
|
| 40 |
+
|
| 41 |
+
## Microsoft examples:
|
| 42 |
+
![Microsoft emoji grid]()
|