mirror of
https://github.com/markmanx/isoflow.git
synced 2025-01-31 15:12:31 +00:00
chore: updates docs
This commit is contained in:
parent
b525b8a8ab
commit
524c0ca963
1 changed files with 1 additions and 2 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue