tutti-api - v2.1.0
    Preparing search index...

    Interface ManualCaptchaProviderOptions

    interface ManualCaptchaProviderOptions {
        prompt?: (challenge: CaptchaChallenge) => string | Promise<string>;
        save?: (challenge: CaptchaChallenge) => void | Promise<void>;
        savePath?: string;
    }
    Index

    Properties

    prompt?: (challenge: CaptchaChallenge) => string | Promise<string>

    Read the solution from the user. Default: prompt on stdin.

    save?: (challenge: CaptchaChallenge) => void | Promise<void>

    Persist the challenge image so the user can view it. Default: write to disk.

    savePath?: string

    Path for the default save handler. Default: tutti-captcha.<ext>.