captcha-canvas
    Preparing search index...

    Interface CaptchaValue

    Interface for asynchronous captcha value containing the image promise and text

    interface CaptchaValue {
        image: Promise<Buffer>;
        text: string;
    }
    Index

    Properties

    Properties

    image: Promise<Buffer>

    The captcha image as a Promise that resolves to a Buffer

    text: string

    The text content of the captcha