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

Function getPatternImage

quote/generate.js:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40let cachedPatternImage = null;
41async function getPatternImage() {
42 if (!cachedPatternImage) {
43 cachedPatternImage = await loadImage(path.join(QUOTE_ASSETS_DIR, "pattern_02.png"));
44 }
45 return cachedPatternImage;
46}
47
48// ── TeleBox: bridge avatarBuffer → avatarCanvas ───────────────────────
49// quote.ts attaches the sender/reply/forward avatar as a raw Buffer in
50// `message.avatarBuffer` (downloaded via client.downloadProfilePhoto and

Callers 1

generateQuoteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected