Update captcha.go

This commit is contained in:
Tracker-Friendly 2024-05-02 00:29:35 +01:00
parent 8b04542f19
commit 31a767886d
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func newDefaultOption(width, height int) *Options {
return &Options{
BackgroundColor: color.Transparent,
CharPreset: charPreset,
TextLength: 4,
TextLength: 6,
CurveNumber: 2,
FontDPI: 72.0,
FontScale: 1.0,