-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
108 lines (102 loc) · 2.25 KB
/
sample.json
File metadata and controls
108 lines (102 loc) · 2.25 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"layouts" : [
{
"canvasWidth" : 1920,
"id" : "originalLayout",
"canvasHeight" : 1080,
"elements" : [
{
"id" : "<ImageElement: 0x600003e19a00>",
"x" : 64,
"y" : 96,
"width" : 199,
"height" : 99,
"type" : "image"
},
{
"id" : "<HeadingElement: 0x10323dda0>",
"x" : 310,
"y" : 96,
"height" : 91,
"width" : 618,
"type" : "title",
"color" : "#00ff00"
},
{
"id" : "<ParagraphElement: 0x103225650>",
"x" : 64,
"y" : 288,
"width" : 403,
"height" : 288,
"type" : "text",
"color" : "#00ab24"
},
{
"id" : "<ButtonElement: 0x103056470>",
"x" : 512,
"y" : 640,
"width" : 206,
"height" : 72,
"type" : "button",
"color" : "green"
},
{
"id" : "<ButtonElement: 0x103224580>",
"x" : 288,
"y" : 640,
"width" : 188,
"height" : 70,
"type" : "button",
"color" : "#ab1424"
},
{
"id" : "<ImageElement: 0x600003e16400>",
"x" : 512,
"y" : 288,
"width" : 420,
"height" : 288,
"type" : "image"
}
]
},
{
"canvasWidth" : 480,
"id" : "originalLayout",
"canvasHeight" : 960,
"elements" : [
{
"id" : "<ImageElement: 0x600003e19a00>",
"x" : 50,
"y" : 50,
"width" : 150,
"height" : 200,
"type" : "image"
},
{
"id" : "<HeadingElement: 0x10323dda0>",
"x" : 250,
"y" : 50,
"height" : 100,
"width" : 200,
"type" : "title"
},
{
"id" : "<ParagraphElement: 0x103225650>",
"x" : 30,
"y" : 400,
"width" : 420,
"height" : 300,
"type" : "text"
},
{
"id" : "<ButtonElement: 0x103056470>",
"x" : 350,
"y" : 740,
"width" : 60,
"height" : 40,
"type" : "button"
}
]
}
]
}