@lovekeqing/captcha
    Preparing search index...

    Interface CaptchaResult

    验证码结果

    interface CaptchaResult {
        backgroundColor: string;
        height: number;
        scale: { height: number; width: number };
        svg: string;
        value: string;
        width: number;
    }
    Index

    Properties

    backgroundColor: string

    背景颜色

    height: number

    高度

    scale: { height: number; width: number }

    缩放

    svg: string

    验证码的 SVG 字符串

    value: string

    验证码的值

    width: number

    宽度