Default configuration for CAPTCHA text drawing operations.
These defaults provide a good balance between security and readability,
with moderate styling that makes the text challenging for OCR while
remaining accessible to humans.
Example: Using defaults
constcaptcha = newCaptcha(300, 100); captcha.drawCaptcha(); // Uses all default values
Default configuration for CAPTCHA text drawing operations.
These defaults provide a good balance between security and readability, with moderate styling that makes the text challenging for OCR while remaining accessible to humans.