Fix createCaptcha() not working.

master
XfedeX 2 years ago committed by GitHub
parent d73f3d4c9e
commit 9d10f9b1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,7 +94,7 @@ module.exports.create = create;
module.exports.createMathExpr = createMathExpr;
module.exports.createCaptcha = function (text, options) {
options = Object.assign({}, opts, options);
createCaptcha(text, options);
return createCaptcha(text, options);
}
module.exports.options = opts;
module.exports.loadFont = optionMngr.loadFont;

Loading…
Cancel
Save