This commit is contained in:
Vedant Andhale 2023-02-20 18:37:37 +05:30
parent ae766c21b8
commit 84430ca812
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
excalidraw-plugin: parsed
tags: [excalidraw]
---
==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠==
%%
# Drawing
```json
{"type":"excalidraw","version":2,"source":"https://excalidraw.com","elements":[],"appState":{"gridSize":null,"viewBackgroundColor":"#ffffff"}}
```
%%

View File

@ -4,3 +4,4 @@ title: "Resource Repositories"
[[notes/test.canvas]]

View File

@ -0,0 +1,9 @@
{
"nodes":[
{"id":"6d086377874a2c3e","x":125,"y":120,"width":290,"height":136,"type":"text","text":"hello\n```python\nprint(hello)\n```"},
{"id":"4ea13bda93de0345","x":145,"y":-186,"width":250,"height":56,"type":"text","text":"hello"}
],
"edges":[
{"id":"cd66a8b0cd595be8","fromNode":"4ea13bda93de0345","fromSide":"bottom","toNode":"6d086377874a2c3e","toSide":"top"}
]
}