Versions in this module Expand all Collapse all v0 v0.5.0 May 21, 2025 v0.4.0 Mar 26, 2025 Changes in this version + type Captcha struct + func New(size, exp int, dirverType ...CaptchaType) *Captcha + func (c *Captcha) Check(idKey, code string) bool + func (c *Captcha) Make(withFormatPrefix bool) (idKey, b64Str string, err error) + type CaptchaType func(c *Captcha) + func WithTypeAudio(lang ...string) CaptchaType + func WithTypeChinese(w, h int, opt ...*ImageOption) CaptchaType + func WithTypeDigit(w, h int) CaptchaType + func WithTypeMath(w, h int, opt ...*ImageOption) CaptchaType + func WithTypeString(w, h int, opt ...*ImageOption) CaptchaType + type ImageOption struct + BgColor *color.RGBA + Font string + LineLevel int + Noise int + Source string