Versions in this module Expand all Collapse all v0 v0.1.7 Jan 6, 2025 Changes in this version + type Generator struct + func New(imageType config.ImageType) *Generator + func (g *Generator) GenerateCaptcha(width, height int, text string) (*interfaces.CaptchaResult, error) + func (g *Generator) VerifyCaptcha(id string, digits string) bool