UNPKG

captcha-generator

Version:

Production image verification code by jpeglib

10 lines (8 loc) 164 B
var cg = require('../'); var cimg = cg.generate({ text: cg.createPlaintext(6), width: 300, height: 140, fontSize: 120 }); console.log(cimg.base64)