feat: add non-destructive adjustment layers
This commit is contained in:
@@ -16,6 +16,7 @@ type InputBaseLayer = {
|
||||
|
||||
export type InputLayer =
|
||||
| (InputBaseLayer & { type: "group"; children: InputLayer[] })
|
||||
| (InputBaseLayer & { type: "adjustment" })
|
||||
| (InputBaseLayer & { type: "image" | "raster"; assetId: string });
|
||||
|
||||
export type InputDocument = {
|
||||
|
||||
Reference in New Issue
Block a user