UNPKG

auto-captcha-solver

Version:

Automatically detect and solve various captcha types in Playwright & Puppeteer with 2Captcha/CapMonster Cloud integration

8 lines 542 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.captchaSolver = exports.captchaDetect = void 0; var captcha_detect_1 = require("./lib/captcha-detect"); Object.defineProperty(exports, "captchaDetect", { enumerable: true, get: function () { return captcha_detect_1.captchaDetect; } }); var captcha_solver_1 = require("./lib/captcha-solver"); Object.defineProperty(exports, "captchaSolver", { enumerable: true, get: function () { return captcha_solver_1.captchaSolver; } }); //# sourceMappingURL=index.js.map