rabbicat-svg-captcha
v1.0.5
Published
``` npm i rabbicat-svg-captcha -S
Downloads
0
Readme
#(>^ω^<) 验证码下载
npm i rabbicat-svg-captcha -S
#🐰 使用
const captcha = require('rabbicat-svg-captcha')
let temp = captcha.create()
console.log(temp) // {text:'4Z5p',data:'<svg></svg>'}
