anticaptcha-image-nodejs

Anticaptcha image for nodeJS

Usage no npm install needed!

<script type="module">
  import anticaptchaImageNodejs from 'https://cdn.skypack.dev/anticaptcha-image-nodejs';
</script>

README

anticaptcha-image-nodejs

$ npm i --save anticaptcha-image-nodejs

Example:

anticaptcha
.getResult("YOUR_CLIENT_KEY_HERE", "IMAGE_BASE64_HERE")
.then((result) => {
    console.log(result);
});

See more examples...