feat: add non-destructive adjustment layers
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { ImageLayer } from "./image-layer";
|
||||
import type { LayerGroup } from "./layer-group";
|
||||
import type { RasterLayer } from "./raster-layer";
|
||||
import type { AdjustmentLayer } from "./adjustment-layer";
|
||||
|
||||
export type Layer = ImageLayer | RasterLayer | LayerGroup;
|
||||
export type Layer = ImageLayer | RasterLayer | LayerGroup | AdjustmentLayer;
|
||||
|
||||
Reference in New Issue
Block a user