captcha-canvas
    Preparing search index...

    Interface SetCaptchaOption

    interface SetCaptchaOption {
        characters?: number;
        color?: string;
        colors?: [] | string[];
        font?: string;
        opacity?: number;
        rotate?: number;
        size?: number;
        skew?: boolean;
        text?: string;
    }
    Index

    Properties

    characters?: number
    color?: string
    colors?: [] | string[]
    font?: string
    opacity?: number
    rotate?: number
    size?: number
    skew?: boolean
    text?: string