chore: updates docs

This commit is contained in:
Mark Mankarious 2023-11-01 17:04:03 +00:00
parent b525b8a8ab
commit 524c0ca963

View file

@ -11,8 +11,7 @@ The `initialData` object contains the following properties:
| `colors` | [`Color[]`](#color) | `[]` |
| `items` | [`Item[]`](#item) | `[]` |
| `views` | [`View[]`](#view) | `[]` |
| `zoom` | `number` | `1` |
| `scroll` | `Coords` | `{ x: 0, y: 0 }` |
| `fitToScreen` | `boolean` | `false` |
## Example payload
An example payload can be found here on [CodeSandbox](https://codesandbox.io/p/sandbox/github/markmanx/isoflow/tree/main).