-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.canvas
1 lines (1 loc) · 881 Bytes
/
example.canvas
1
{"nodes":[{"id":"nodea","type":"text","text":"# Node a\nThis ```text``` is interpreted as _*markdown*_!","x":"-600","y":"0","width":"400","height":"400","color":"3"},{"id":"nodeb","type":"text","text":"# Node b\nNodes can be connected by calling ```jcanvas_connect``` with two nodes as a paramter","x":"0","y":"0","width":"400","height":"400","color":"1"},{"id":"readme","type":"file","file":"README.md","x":"-200","y":"600","width":"200","height":"400"}],"edges":[{"id":"nodeanodeb","fromNode":"nodea","fromSide":"right","fromEnd":"none","toNode":"nodeb","toSide":"left","toEnd":"none","color":"2"},{"id":"nodeareadme","fromNode":"nodea","fromSide":"bottom","fromEnd":"none","toNode":"readme","toSide":"left","toEnd":"arrow","color":"5"},{"id":"nodebreadme","fromNode":"nodeb","fromSide":"bottom","fromEnd":"arrow","toNode":"readme","toSide":"right","toEnd":"arrow","color":"6"}]}