captcha.js 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 var ImgCaptcha = require('./captcha-strategy/img-captcha'), GeeCaptcha = require('./captcha-strategy/gee-captcha'); var Captcha = window._geeCaptcha ? GeeCaptcha : ImgCaptcha; module.exports = Captcha;