- started painer on video feed will finish

This commit is contained in:
2025-11-21 16:01:34 +00:00
parent 9deeda1bc3
commit 68711b9087
10 changed files with 245 additions and 77 deletions

View File

@@ -10,3 +10,8 @@ export type InfoBarData = {
"memory-cpu-status": string;
"thread-count": string;
};
export type Region = {
name: string;
brushColour: string;
};