#Captcha PNG generator A numeric captcha generator for Node.js
Features
- Only generate numeric captcha PNG image
- Build-in fonts
- Characters up and down, left and right limits, random displacement
- Full JavaScript
Examples
/** * Captcha PNG img generator * @Author: George Chan * @Email: gchan@21cn.com * @Version: 1.0 * @Date: 2013-08-18 * @license http://www.opensource.org/licenses/bsd-license.php BSD License */ var http = ;var captchapng = ; http; console;