Merge branch 'feat/effects-package' of github.com:doananh234/OpenCut into feat/effects-package

This commit is contained in:
anh doan 2026-03-23 16:56:55 +07:00
commit 14ea50ab5e
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ async function loadFaceMesh(): Promise<FaceMeshType | null> {
faceMeshInstance = fm;
return fm;
} catch (err) {
console.warn("[face-mesh] Failed to load MediaPipe:", err);
return null;
} finally {
isLoading = false;