dzmitry-duboyski / 2captcha-ts

JavaScript package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, Cloudflare turnstile, funcaptcha, geetest and solve any other captchas.
https://www.npmjs.com/package/2captcha-ts
MIT License
18 stars 3 forks source link

Fix coordinates captcha types, and 'imginstructions' field typo. #9

Closed kyzinatra closed 10 months ago

kyzinatra commented 11 months ago

I corrected a typo in the imginstruction field in the documentation; it should be called imginstructions (see screenshot). Also, I corrected the captcha result type. In the case of coordinates, it returns an array (see screenshot 2).

image

image