Usage
import { Solver } from "cash-captcha";
// Initialize the solver with your API key
const apiKey = "your-api-key-here";
const solver = new Solver(apiKey);
// Start solving
solver.start();
// To stop solving
solver.stop();Best Practices
Last updated