Go to file
2025-02-17 02:06:15 +03:00
bin/linux add first files 2025-02-16 20:09:58 +03:00
fonts upload readme.md and replace font Pshek_PY2.ttf to Daneehand Regular Cyr.ttf 2025-02-17 02:03:08 +03:00
licenses upload readme.md and replace font Pshek_PY2.ttf to Daneehand Regular Cyr.ttf 2025-02-17 02:03:08 +03:00
.gitignore Initial commit 2025-02-16 18:24:48 +03:00
here.jpg upload readme.md and replace font Pshek_PY2.ttf to Daneehand Regular Cyr.ttf 2025-02-17 02:03:08 +03:00
index.js upload readme.md and replace font Pshek_PY2.ttf to Daneehand Regular Cyr.ttf 2025-02-17 02:03:08 +03:00
LICENSE add first files 2025-02-16 20:09:58 +03:00
package-lock.json add first files 2025-02-16 20:09:58 +03:00
package.json upload readme.md and replace font Pshek_PY2.ttf to Daneehand Regular Cyr.ttf 2025-02-17 02:03:08 +03:00
README.md fix readme.md 2025-02-17 02:06:15 +03:00
test.js upload readme.md and replace font Pshek_PY2.ttf to Daneehand Regular Cyr.ttf 2025-02-17 02:03:08 +03:00

draw-captcha


draw-captcha is module for generation simple captcha images.

Installation

npm i draw-captcha

Simple usage

const captcha = require("./");

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