UNPKG

2captcha-node

Version:

A NodeJS wrapper to solve image captchas with 2captcha

9 lines (8 loc) 159 B
export interface SolveCaptcha { image: string; maxAttempts?: number; } export interface ResponseCaptcha { text: string; id?: string; }