-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.sample
46 lines (46 loc) · 1.23 KB
/
config.json.sample
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
{
"color": "black",
"bootstrap":{
"svg_output": "svg/bootstrap/",
"tikz_output": "tikz/bootstrap/",
"css_file": "./node_modules/bootstrap/dist/css/bootstrap.css",
"font_file": "./node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg",
"css_prefix": "glyphicon-",
"default": {
"width": 1300,
"height": 1300,
"translateX": 0,
"translateY": -1300
}
},
"fontawesome":{
"svg_output": "svg/fontawesome/",
"tikz_output": "tikz/fontawesome/",
"css_file": "./node_modules/font-awesome/css/font-awesome.css",
"font_file": "./node_modules/font-awesome/fonts/fontawesome-webfont.svg",
"css_prefix": "fa-",
"default": {
"width": 1800,
"height": 2000,
"translateX": 0,
"translateY": -1600
},
"500px":{
"width": 1405
},
"asl-interpreting":{
"width": 2305
},
"android":{
"width": 1410
},
"linux":{
"width": 1550
},
"play":{
"width": 1450,
"height": 1650,
"translateY": -1450
}
}
}