captcha-canvas
    Preparing search index...

    Interface CreateCaptchaOptions

    interface CreateCaptchaOptions {
        background?: Image;
        captcha?: SetCaptchaOption | SetCaptchaOption[];
        decoy?: SetDecoyOption;
        trace?: SetTraceOption;
    }
    Index

    Properties

    background?: Image