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

Function rndI

pmcaptcha/pmcaptcha.ts:579–579  ·  view source on GitHub ↗
(min: number, max: number)

Source from the content-addressed store, hash-verified

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;
582 }

Callers 1

generateImageCaptchaFunction · 0.85

Calls 1

rndFunction · 0.85

Tested by

no test coverage detected