Create project
create_projectCreate a new Compositor .comp project with dimensions, resolution, and optional background color. Initializes an empty project or overwrites an existing package manifest.
Instructions
Creates a new empty .comp project. Optionally adds a solid background layer. Overwrites the manifest of an existing package at that path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the .comp project package (a directory ending in .comp) | |
| width | Yes | ||
| height | Yes | ||
| background | No | CSS color for a Background layer, e.g. #ffffff. Omit for a transparent document. | |
| resolution | No | Pixels per inch (default 72) |