0.0.2 • Published 5 months ago

draw-captcha v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

draw-captcha


draw-captcha is module for generation simple captcha images.

Installation

npm i draw-captcha

Simple usage

const captcha = require("draw-captcha");

const c = new captcha.MasterCaptcha(true);
c.setupRandomCaptcha("./here.jpg")
    .then(r => console.log("Code is", r.code))
    .catch(e => console.error(e));

Examples of generated captcha's images

49uyc9o3
49uyc9o3
scygvmic
scygvmic
g4q3ppoh
g4q3ppoh

0.0.2

5 months ago

0.0.1

5 months ago