This commit is contained in:
Manav Rathi
2024-07-01 15:29:32 +05:30
parent c929d3dc74
commit 5988052521

View File

@@ -1,3 +1,4 @@
import { expose } from "comlink";
import { pullFaceEmbeddings } from "../embedding";
/**
@@ -20,3 +21,5 @@ export class FaceWorker {
this.isSyncing = false;
}
}
expose(FaceWorker);