Properties
| Property | Type | Default | Description |
|---|---|---|---|
| id | string | uuid() | A unique identifier for the project. |
| title | string | Untitled | The name of your project. |
| ratio | string | 9:16 | The aspect ratio of your video (e.g., 16:9, 9:16, 4:3, 1:1) |
| share | boolean | false | Whether the project is public shared or private |
| theme | object | - | Global styling settings for your project (see Theme for more details) |
| clips | array | [] | An array of Clip objects that make up your video. |