forked from axelpale/openmoji-spritemap-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanimals-nature-sample.json
77 lines (77 loc) · 1.94 KB
/
animals-nature-sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "animals-nature",
"columns": 10,
"rows": 16,
"width": 720,
"height": 1152,
"emojiSize": 72,
"emojis": [
{
"emoji": {
"emoji": "🐵",
"hexcode": "1F435",
"group": "animals-nature",
"subgroups": "animal-mammal",
"annotation": "monkey face",
"tags": "face, monkey",
"openmoji_tags": "jungle, ape, evolution, primate, africa",
"openmoji_author": "Sofie Ascherl",
"openmoji_date": "2018-04-18",
"skintone": "",
"skintone_combination": "",
"skintone_base_emoji": "",
"skintone_base_hexcode": "",
"unicode": 0.6,
"order": 2657
},
"top": 0,
"left": 0,
"index": 0
},
{
"emoji": {
"emoji": "🐒",
"hexcode": "1F412",
"group": "animals-nature",
"subgroups": "animal-mammal",
"annotation": "monkey",
"tags": "monkey",
"openmoji_tags": "jungle, ape, evolution, primate",
"openmoji_author": "Sofie Ascherl",
"openmoji_date": "2018-04-18",
"skintone": "",
"skintone_combination": "",
"skintone_base_emoji": "",
"skintone_base_hexcode": "",
"unicode": 0.6,
"order": 2658
},
"top": 0,
"left": 72,
"index": 1
},
{
"emoji": {
"emoji": "🦍",
"hexcode": "1F98D",
"group": "animals-nature",
"subgroups": "animal-mammal",
"annotation": "gorilla",
"tags": "gorilla",
"openmoji_tags": "monkey, primate, evolution",
"openmoji_author": "Sofie Ascherl",
"openmoji_date": "2018-04-18",
"skintone": "",
"skintone_combination": "",
"skintone_base_emoji": "",
"skintone_base_hexcode": "",
"unicode": 3,
"order": 2659
},
"top": 0,
"left": 144,
"index": 2
},
"... rest cut out to make preview possible ..."
]
}