1.0.1013-beta • Published 2 years ago

@chrysthopher/captchajs v1.0.1013-beta

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago
══════════ ◖◍◗ ══════════
● Module made by MrChrys
○ API made by MrChrys

> Thanks for reading <
══════════ ◖◍◗ ══════════

CaptchaJS - Quick documentation

Original API Documentation

Random Logo

Installation

npm i @chrysthopher/captchajs

How to use

const { Generate } = require("@chrysthopher/captchajs")

Generate(6).then(output => output) // Change "6" to the length of the captcha
//Output: {text: "random text", img: buffer json}

Discord example

const { Custom } = require("@chrysthopher/captchajs")

const captcha = Custom("Not a robot")

captcha.then(a => a.img).then(img => {
message.reply({
  files: [new discord.MessageAttachment(img, "captcha.png")]
})
})
1.0.1013-beta

2 years ago

1.0.1012-beta

2 years ago

1.0.102-beta

2 years ago

1.0.101-beta

2 years ago

1.0.100-beta

2 years ago

1.0.10-beta

2 years ago

1.0.1-beta

2 years ago

1.0.0-beta

2 years ago