6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
"use strict";
|
|
const captcha = require("./");;
|
|
|
|
const c = new captcha.MasterCaptcha(true);
|
|
c.setupRandomCaptcha("./here.jpg");
|