refactor: cleanup unused files, consolidate tests, optimize worker pool

This commit is contained in:
2026-02-19 11:20:27 +01:00
parent 46bde27514
commit 01b01b727f
6 changed files with 83 additions and 227 deletions

View File

@@ -387,6 +387,7 @@ const capturePhoto = () => {
onUnmounted(() => {
stopCameraStream();
getWorkerPool().cancelAll();
});
</script>