@lovekeqing/captcha
Preparing search index...
Captcha
Class Captcha
验证码生成器
Index
Constructors
constructor
Properties
font
options
Methods
generate
Constructors
constructor
new
Captcha
(
options
?:
CaptchaOptions
)
:
Captcha
Parameters
options
:
CaptchaOptions
= {}
Returns
Captcha
Properties
font
font
:
null
|
Font
= null
字体对象
options
options
:
Required
<
CaptchaOptions
>
选项
Methods
generate
generate
(
content
?:
string
)
:
Promise
<
CaptchaResult
>
生成验证码,返回值包含验证码的值和 SVG 字符串
Parameters
Optional
content
:
string
自定义验证码文本,如果不传则随机生成
Returns
Promise
<
CaptchaResult
>
验证码结果
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
font
options
Methods
generate
@lovekeqing/captcha
Loading...
验证码生成器