UNPKG

rcaptcha

Version:

rCaptcha Human Verification | by Swôth#9990 & Loiren#0555 & Roalia#0001

12 lines (11 loc) 330 B
export interface IrCaptcha { difficulty: 'KOLAY' | 'ORTA' | 'ZOR' | 'ÇOKZOR' | 'EASY' | 'MEDIUM' | 'HARD' | 'VERYHARD'; length: number; keywords?: string; captcha?: { backgroundColor?: string; textColor?: string; strokeColor?: string; backgroundImage?: string; }; }