egg-svg-captcha
v1.0.2
Published
egg svg-captcha plugin
Downloads
5
Maintainers
Readme
egg-svg-captcha
Install
$ npm i egg-svg-captcha --save
Usage
// {app_root}/config/plugin.js
exports.eggSvgCaptcha = {
enable: true,
package: 'egg-svg-captcha',
};
Configuration
// {app_root}/config/config.default.js
exports.eggSvgCaptcha = {
width: 256, // width of captcha
height: 60, // height of captcha
fontSize: 57,
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.