UNPKG

hsncaptcha

Version:

An NPM package to generate captcha images that can be used in Discord bots or various other projects

12 lines 316 B
import * as Canvas from "canvas"; declare class Captcha { private _canvas; private _value; constructor(_h?: number); get value(): string; get PNGStream(): Canvas.PNGStream; get JPEGStream(): Canvas.JPEGStream; get dataURL(): string; } export = Captcha; //# sourceMappingURL=index.d.ts.map