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

Function rnd

pmcaptcha/pmcaptcha.ts:578–578  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

576 try {
577 _canvas = await import("canvas");
578 log(LogLevel.INFO, "canvas dynamically loaded after install");
579 } catch (e) {
580 log(LogLevel.ERROR, "canvas load failed after install", e);
581 _canvas = false;

Callers 2

rndIFunction · 0.85
generateImageCaptchaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected