Default configuration for CAPTCHA text generation and appearance.
These settings provide secure defaults suitable for most use cases,
generating 6-character random text with moderate visual distortions
that balance security against readability.
constcaptcha = newCaptchaGenerator() .setCaptcha({ ...defaultCaptchaOption, characters:8, // Override just the length size:50// Override just the size });
Default configuration for CAPTCHA text generation and appearance.
These settings provide secure defaults suitable for most use cases, generating 6-character random text with moderate visual distortions that balance security against readability.