-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathappify-ui.canvas
More file actions
50 lines (50 loc) · 1010 Bytes
/
appify-ui.canvas
File metadata and controls
50 lines (50 loc) · 1010 Bytes
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
{
"nodes": [
{
"id": "json-canvas",
"type": "text",
"text": "# JSON Canvas\n\nA local .canvas file opened by JSONCanvas.app",
"x": -90,
"y": -53,
"width": 360,
"height": 180,
"color": "5"
},
{
"id": "format",
"type": "link",
"url": "https://jsoncanvas.org/spec/1.0",
"x": 460,
"y": 0,
"width": 320,
"height": 140,
"color": "4"
},
{
"id": "notes",
"type": "text",
"text": "Edit nodes, move them around, and save the file as plain JSON.",
"x": 463,
"y": 245,
"width": 320,
"height": 140,
"color": "3"
}
],
"edges": [
{
"id": "edge-json-canvas-format",
"fromNode": "json-canvas",
"toNode": "format",
"fromEnd": "none",
"toEnd": "arrow"
},
{
"id": "edge-json-canvas-notes",
"fromNode": "json-canvas",
"toNode": "notes",
"fromEnd": "none",
"toEnd": "arrow"
}
]
}