captcha-canvas
    Preparing search index...

    Interface CaptchaValueSync

    Interface for synchronous captcha value containing the image buffer and text

    interface CaptchaValueSync {
        image: Buffer;
        text: string;
    }
    Index

    Properties

    Properties

    image: Buffer

    The captcha image as a Buffer

    text: string

    The text content of the captcha