svg-captchazzy
v1.0.3
Published
仿写 svg-captcha
Downloads
3
Readme
仿写 svg-captcha
下载
npm svg-captchazzy -S
使用
const svgCaptcha = require('./svg-captchazzy')
/**
* 生成svg验证码
* @param {Number} width svg宽度
* @param {Number} height svg高度
*/
let captcha = svgCaptcha.create(width,height);