Files
image-studio/core/layer.ts
2026-07-02 23:11:14 +02:00

5 lines
144 B
TypeScript

import type { ImageLayer } from "./image-layer";
import type { LayerGroup } from "./layer-group";
export type Layer = ImageLayer | LayerGroup;