Captcha Packages

barrthree-captcha

``` npm i barrthree-captcha -S ``` # 验证码使用 🐝 ``` const captcha = require('barrthree-captcha') let temp = captcha.create() console.log(temp) ``` # 验证码结合HTTP模块 🐝 ``` const http = require('http') const captcha = require('barrthree-captcha') ht

1.0.1 • Published 3 years ago

botgir

Captcha to prevent bot attacks

1.0.0 • Published 2 years ago