ascii-captcha
v0.0.3
Published
Stand-alone captcha without any external modules or binary.
Downloads
528
Readme
Ascii-captcha
Stand-alone package for captcha. No external packages are required nor contained.
Example
var captcha = require('ascii-captcha');
var pre = '<pre style="font-size:3px;line-height:2px;">' + captcha.word2Transformedstr(captcha.generateRandomText(5)) + '</pre>';
LICENSE
MIT