1.1.0 • Published 3 years ago

rdisme-captcha v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

支持自动刷新验证码

install

npm i rdisme-captcha --save

use

import captcha from 'rdisme-captcha';

//验证码
captcha({
    canvasid: 'canvas',
    // 验证码生成之后的返回值
    codeReturn: function (freshCode) {
        console.log(freshCode)
    }
})

// 比较验证码是否一样
captcha_check(rand_code, user_code)
1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago