feat: updates docs

This commit is contained in:
Mark Mankarious
2023-10-09 22:27:44 +01:00
parent b5a57d067f
commit 485dc4c021

View File

@@ -9,6 +9,7 @@ The `initialScene` object contains the following properties:
| `connectors` | [`Connector[]`](#connector) | `[]` |
| `rectangles` | [`Rectangle[]`](#rectangle) | `[]` |
| `textBoxes` | [`TextBox[]`](#textbox) | `[]` |
| `title` | `string` | `undefined` |
| `zoom` | `number` | `1` |
## `Icon`