draw-captcha/test.js
2025-02-16 20:09:58 +03:00

6 lines
126 B
JavaScript

"use strict";
const captcha = require("./");;
const c = new captcha.MasterCaptcha(true);
c.setupRandomCaptcha("./here.jpg");