@@ -42,15 +42,15 @@ JSON file:
4242 "5": 2
4343 },
4444 "edges": [
45- {"target ": 0, "targetHandle ": "x", "source ": 1, "sourceHandle ": "x"},
46- {"target ": 1, "targetHandle ": "x", "source ": 4, "sourceHandle ": null},
47- {"target ": 1, "targetHandle ": "y", "source ": 5, "sourceHandle ": null},
48- {"target ": 0, "targetHandle ": "y", "source ": 2, "sourceHandle ": "y"},
49- {"target ": 2, "targetHandle ": "x", "source ": 4, "sourceHandle ": null},
50- {"target ": 2, "targetHandle ": "y", "source ": 5, "sourceHandle ": null},
51- {"target ": 0, "targetHandle ": "z", "source ": 3, "sourceHandle ": "z"},
52- {"target ": 3, "targetHandle ": "x", "source ": 4, "sourceHandle ": null},
53- {"target ": 3, "targetHandle ": "y", "source ": 5, "sourceHandle ": null}
45+ {"tn ": 0, "th ": "x", "sn ": 1, "sh ": "x"},
46+ {"tn ": 1, "th ": "x", "sn ": 4, "sh ": null},
47+ {"tn ": 1, "th ": "y", "sn ": 5, "sh ": null},
48+ {"tn ": 0, "th ": "y", "sn ": 2, "sh ": "y"},
49+ {"tn ": 2, "th ": "x", "sn ": 4, "sh ": null},
50+ {"tn ": 2, "th ": "y", "sn ": 5, "sh ": null},
51+ {"tn ": 0, "th ": "z", "sn ": 3, "sh ": "z"},
52+ {"tn ": 3, "th ": "x", "sn ": 4, "sh ": null},
53+ {"tn ": 3, "th ": "y", "sn ": 5, "sh ": null}
5454 ]
5555}
5656```
0 commit comments