MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / quotePluginDir

Function quotePluginDir

quote/quote.ts:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80const QUOTE_FONT_FILES = [
81 { name: "NotoSansCJK-Regular.ttc", url: "https://github.com/notofonts/noto-cjk/raw/main/Sans/OTC/NotoSansCJK-Regular.ttc" },
82 { name: "NotoSansCJK-Bold.ttc", url: "https://github.com/notofonts/noto-cjk/raw/main/Sans/OTC/NotoSansCJK-Bold.ttc" },
83];
84
85let quoteGenPromise: Promise<any> | undefined;
86let sharpPromise: Promise<any> | undefined;
87let canvasPromise: Promise<any> | undefined;

Callers 3

quote.tsFile · 0.85
quoteResourcesReadyFunction · 0.85
ensureQuoteAssetsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected