UNPKG

@itriton/captcha

Version:

生成滑动验证码拼图图片和背景图片

6 lines (5 loc) 106 B
const captcha = require('./index') // create captcha captcha.create().then(res=>{ console.log(res) })