diff --git a/docs/pages/docs/api/initialData.mdx b/docs/pages/docs/api/initialData.mdx index ea60cdf..9b78489 100644 --- a/docs/pages/docs/api/initialData.mdx +++ b/docs/pages/docs/api/initialData.mdx @@ -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).