$ npm i egg-svg-captcha --save
// {app_root}/config/plugin.js
exports.eggSvgCaptcha = {
enable: true,
package: 'egg-svg-captcha',
};
// {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.
Please open an issue here.