init: replay mode

This commit is contained in:
taDuc
2026-05-14 03:41:58 +07:00
parent c92aaafc33
commit 8fc9456a6a
41 changed files with 619 additions and 396 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ export type EditorMode =
| "add-point"
| "add-line"
| "add-path"
| "add-circle";
| "add-circle"
| "replay";
export type TimelineRange = {
min: number;