anticaptcha-image-nodejs
v1.0.1
Published
Anticaptcha image for nodeJS
Maintainers
Readme
anticaptcha-image-nodejs
$ npm i --save anticaptcha-image-nodejsExample:
anticaptcha
.getResult("YOUR_CLIENT_KEY_HERE", "IMAGE_BASE64_HERE")
.then((result) => {
console.log(result);
});