forked from fastlane/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Framefile.json
83 lines (81 loc) · 1.66 KB
/
Framefile.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
78
79
80
81
82
83
{
"default": {
"keyword": {
"fonts": [
{
"font": "./fonts/AlwynNewRd-Rg.otf",
"supported": ["de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "nl-NL", "sv-SE", "pt-BR"]
},
{
"font": "./fonts/Chinese.ttf",
"supported": ["zcmn-Hans"]
},
{
"font": "./fonts/Japanese.ttf",
"supported": ["ja-JP"]
},
{
"font": "./fonts/Korean.ttc",
"supported": ["ko-KR"]
},
{
"font": "./fonts/Russian.ttf",
"supported": ["ru-RU"]
}
]
},
"title": {
"fonts": [
{
"font": "./fonts/AlwynNewRd-Rg.otf",
"supported": ["de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "nl-NL", "sv-SE", "pt-BR"]
},
{
"font": "./fonts/Chinese.ttf",
"supported": ["zcmn-Hans"]
},
{
"font": "./fonts/Japanese.ttf",
"supported": ["ja-JP"]
},
{
"font": "./fonts/Korean.ttc",
"supported": ["ko-KR"]
},
{
"font": "./fonts/Russian.ttf",
"supported": ["ru-RU"]
}
],
"color": "#545454"
},
"background": "./background.jpg",
"padding": 50
},
"data": [
{
"filter": "Brainstorming",
"keyword": {
"color": "#d21559"
}
},
{
"filter": "Organizing",
"keyword": {
"color": "#feb909"
}
},
{
"filter": "Sharing",
"keyword": {
"color": "#aa4dbc"
}
},
{
"filter": "Styling",
"keyword": {
"color": "#31bb48"
}
}
]
}