Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
async
function
getSharp(): Promise<any> {
123
if
(!sharpPromise) sharpPromise = Promise.resolve(requireOrInstall(
"sharp"
));
124
return
sharpPromise;
125
}
126
Callers
3
mediaBufferToCanvas
Function · 0.85
bufferToCanvas
Function · 0.85
generateAnimatedQuoteWebm
Function · 0.85
Calls
1
requireOrInstall
Function · 0.85
Tested by
no test coverage detected