UNPKG
@itriton/captcha
Version:
latest (0.3.9)
0.3.9
0.3.8
0.3.7
0.3.6
0.3.4
0.3.3
0.3.1
0.3.0
0.2.0
0.1.0
生成滑动验证码拼图图片和背景图片
github.com/icjs-cc/itriton-captcha
icjs-cc/itriton-captcha
@itriton/captcha
/
test.js
6 lines
(5 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
const
captcha =
require
(
'./index'
)
// create captcha
captcha.
create
().
then
(
res
=>
{
console
.
log
(res) })