-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.dist.json
66 lines (66 loc) · 1.54 KB
/
config.dist.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
{
"lowerThird": {
"subtitleStyles": {
"font-size": "28",
"font-family": "Helvetica",
"top": "42.7",
"left": "22.9",
"color": "rgba(255,255,255,1)",
"font-weight": "light",
"text-align": "normal",
"animation-out": "none",
"animation-in": "none",
"inDelay": "0",
"inDuration": "0",
"outDelay": "0",
"outDuration": "0",
"out-timing-function": "linear",
"in-timing-function": "linear"
},
"styles": {
"background-color": "rgba(0,0,0,0.41)",
"width": "73.8",
"height": "12.2",
"top": "78.6",
"left": "0",
"animation-in": "none",
"animation-out": "none",
"inDelay": "0",
"inDuration": "0",
"outDelay": "0",
"outDuration": "0",
"in-timing-function": "linear",
"out-timing-function": "linear"
},
"titleStyles": {
"font-size": "42",
"font-family": "Helvetica",
"top": "0",
"left": "19.4",
"color": "rgba(255,255,255,1)",
"font-weight": "bold",
"text-align": "normal",
"animation-out": "none",
"animation-in": "none",
"inDelay": "0",
"inDuration": "0",
"outDelay": "0",
"outDuration": "0",
"in-timing-function": "linear",
"out-timing-function": "linear"
},
"images": [],
"twitter": {
"delay": 6000
},
"showtime": 6000
},
"twitter": {
"hashtag": "",
"consumer_key": "",
"consumer_secret": "",
"access_token_key": "",
"access_token_secret": ""
},
"list": []
}