Rename project to Vosklet

This commit is contained in:
msqr1
2024-02-21 23:07:25 -08:00
parent 126db67720
commit 07b9259c5b
13 changed files with 17 additions and 14001 deletions

View File

@@ -6,7 +6,7 @@ Module.cleanUp = () => {
URL.revokeObjectURL(processorUrl)
}
Module.locateFile = (path, scriptDir) => {
if(path === "BrowserRecognizer.worker.js") return pthreadUrl
if(path === "Vosklet.js") return pthreadUrl
return scriptDir+path
}
class genericModel extends EventTarget {