仿写 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);
npm svg-captchazzy -S
const svgCaptcha = require('./svg-captchazzy')
/**
* 生成svg验证码
* @param {Number} width svg宽度
* @param {Number} height svg高度
*/
let captcha = svgCaptcha.create(width,height);
npm i svg-captchazzy
0
1.0.3
ISC
3.36 kB
4