40 lines
777 B
JSON
40 lines
777 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "1",
|
|
"type": "custom",
|
|
"data": {
|
|
"label": "Node 1",
|
|
"icon": "https://s3.dvirlabs.com/lab-icons/default.svg"
|
|
},
|
|
"position": {
|
|
"x": 303.3305220688578,
|
|
"y": 269.54671638680003
|
|
},
|
|
"width": 104,
|
|
"height": 104
|
|
},
|
|
{
|
|
"id": "2",
|
|
"type": "custom",
|
|
"data": {
|
|
"label": "Node 2",
|
|
"icon": "https://s3.dvirlabs.com/lab-icons/default.svg"
|
|
},
|
|
"position": {
|
|
"x": 87.45932948916324,
|
|
"y": 183.0493678043483
|
|
},
|
|
"width": 104,
|
|
"height": 104
|
|
}
|
|
],
|
|
"edges": [
|
|
{
|
|
"id": "reactflow__edge-1source-left-2target-right",
|
|
"source": "1",
|
|
"target": "2",
|
|
"animated": true
|
|
}
|
|
]
|
|
} |