captcha.js:Node.js中的验证码 源码
captcha.js 这是Node.js应用程序的验证码。 例 只是写一个Express例子,其他人有时间提出。 要求 ImageMagick 6.9+ 幽灵脚本8+ 的Ubuntu sudo apt-get install imagemagick ghostscript Mac OS X brew install imagemagick ghostscript 用法 快速范例 const Captcha = require ( 'captcha.js' ) ; const captcha = new Captcha ( { length : 5 } ) ; captcha . cre
用户评论