wisdom #2

Merged
yogiedigital merged 126 commits from wisdom into main 2025-10-20 03:26:33 +00:00
Showing only changes of commit 4bd50c7a4c - Show all commits

View File

@@ -1,7 +1,7 @@
const svgCaptcha = require('svg-captcha');
function createCaptcha() {
const captcha = svgCaptcha.create({ size: 5, noise: 2, color: true });
const captcha = svgCaptcha.create({ size: 5, noise: 7, color: true });
return { svg: captcha.data, text: captcha.text };
}