UNPKG

jimi_ccap

Version:

node.js generate captcha using c++ library CImg without install any other lib or software

7 lines (5 loc) 115 B
var ccap = require('../'); var captcha = ccap(); var ary = captcha.get(); console.log(ary[0]) console.log(ary[1])