๐Ÿ“ฆ hediet / vscode-drawio

๐Ÿ“„ NOTES.md ยท 6 lines
1
2
3
4
5
6
Use `returnbounds` to get xml right after load:
```js
// Sends the bounds of the graph to the host after parsing
if (urlParams['returnbounds'] == '1' || urlParams['proto'] == 'json')
```