aboutsummaryrefslogtreecommitdiff
path: root/src/utils/dependencies.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/dependencies.ts')
-rw-r--r--src/utils/dependencies.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/dependencies.ts b/src/utils/dependencies.ts
index ed26644..a09a87b 100644
--- a/src/utils/dependencies.ts
+++ b/src/utils/dependencies.ts
@@ -78,3 +78,6 @@ export interface ApngFrameData {
const shikiWorkerDist = "https://unpkg.com/@vap/shiki-worker@0.0.8/dist";
export const shikiWorkerSrc = `${shikiWorkerDist}/${IS_DEV ? "index.js" : "index.min.js"}`;
export const shikiOnigasmSrc = "https://unpkg.com/@vap/shiki@0.10.3/dist/onig.wasm";
+
+// @ts-expect-error SHUT UP
+export const getStegCloak = makeLazy(() => import("https://unpkg.com/stegcloak-dist@1.0.0/index.js"));