refactor: move rendering primitives into model

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Maze Winther
2026-05-03 04:20:00 +02:00
co-authored by Cursor
parent ab982b888e
commit 02d957582b
17 changed files with 44 additions and 43 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import type { Effect } from "@/model/decorations/effect";
import type { Mask } from "@/model/decorations/mask";
import type { BlendMode, Transform } from "@/rendering";
import type { BlendMode, Transform } from "@/model/rendering";
import type { BaseTimelineElement } from "./base";
export interface ImageElement extends BaseTimelineElement {