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

Function getCanvas

quote/quote.ts:120–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118 return require(pkg);
119 }
120}
121
122async function getSharp(): Promise<any> {
123 if (!sharpPromise) sharpPromise = Promise.resolve(requireOrInstall("sharp"));
124 return sharpPromise;
125}
126

Callers 3

mediaBufferToCanvasFunction · 0.85
bufferToCanvasFunction · 0.85

Calls 1

requireOrInstallFunction · 0.85

Tested by

no test coverage detected