even more changes

This commit is contained in:
vabene1111
2025-04-26 21:47:49 +02:00
parent a02722a525
commit 13c26d199b

View File

@@ -915,7 +915,7 @@ const defaultOptions = {
kind: OptionKind.WORKER
},
workerSrc: {
value: "../build/pdf.worker.mjs",
value: "pdf.worker.mjs",
kind: OptionKind.WORKER
}
};
@@ -925,7 +925,7 @@ const defaultOptions = {
kind: OptionKind.VIEWER
};
defaultOptions.sandboxBundleSrc = {
value: "../build/pdf.sandbox.mjs",
value: "pdf.sandbox.mjs",
kind: OptionKind.VIEWER
};
defaultOptions.enableFakeMLManager = {