-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro.json
More file actions
64 lines (64 loc) · 1.37 KB
/
Copy pathintro.json
File metadata and controls
64 lines (64 loc) · 1.37 KB
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
{
"width": 1280,
"height": 640,
"backgroundColor": "#0f172a",
"color": "#e2e8f0",
"fontFamily": "Inter, Noto Sans SC, sans-serif",
"fontSize": 28,
"padding": { "top": 60, "left": 80, "bottom": 60, "right": 80 },
"flexDirection": "column",
"children": [
{
"type": "text",
"content": "Yona-SVG",
"fontSize": 72,
"color": "#fbbf24",
"height": 88
},
{
"type": "text",
"content": "A declarative SVG generator powered by yoga-layout",
"fontSize": 32,
"color": "#94a3b8",
"height": 48
},
{
"type": "container",
"flexGrow": 1
},
{
"type": "text",
"content": "Write JSON layouts * Flexbox-powered * SVG + PNG output",
"fontSize": 24,
"color": "#64748b",
"height": 36
},
{
"type": "container",
"flexGrow": 1
},
{
"type": "container",
"flexDirection": "row",
"justifyContent": "space-between",
"height": 40,
"children": [
{
"type": "text",
"content": "github.com/Kuriyona/yona-svg",
"fontSize": 20,
"height": 40,
"color": "#475569"
},
{
"type": "text",
"content": "Apache-2.0",
"fontSize": 20,
"height": 40,
"color": "#475569",
"textAnchor": "end"
}
]
}
]
}