Initial commit: media-to-text app

This commit is contained in:
Gan, Jimmy
2026-02-08 23:26:40 +08:00
commit b155e85040
44 changed files with 1396 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
export var FFFSType;
(function (FFFSType) {
FFFSType["MEMFS"] = "MEMFS";
FFFSType["NODEFS"] = "NODEFS";
FFFSType["NODERAWFS"] = "NODERAWFS";
FFFSType["IDBFS"] = "IDBFS";
FFFSType["WORKERFS"] = "WORKERFS";
FFFSType["PROXYFS"] = "PROXYFS";
})(FFFSType || (FFFSType = {}));