This commit is contained in:
Maze Winther
2026-01-21 14:57:40 +01:00
parent f3c91d5cb4
commit 9aeea153c7
5 changed files with 9 additions and 4 deletions
+5
View File
@@ -4,6 +4,11 @@
Privacy-first video editor, with a focus on simplicity and ease of use.
## Lib vs Utils
- `lib/` - domain logic (specific to this app)
- `utils/` - small helper utils (generic, could be copy-pasted into any other app)
## Core Editor System
The editor uses a **singleton EditorCore** that manages all editor state through specialized managers.