captcha-gen-pro
v1.0.1
Published
Captcha Generator
Readme
Captcha Generator
A simple and customizable tool to generate CAPTCHA images for your web applications.
Features
- Generate random CAPTCHA images
- Support for alphanumeric and custom character sets
- Adjustable image size, font, and noise level
- Easy integration with web frameworks
Installation
git clone https://github.com/yourusername/Captcha-Generator.git
cd Captcha-Generator
npm installUsage
const captcha = require('captcha-generator');
const image = captcha.generate({
length: 6,
width: 200,
height: 80,
noise: 3
});Configuration Options
| Option | Description | Default | |----------|----------------------------|---------| | length | Number of characters | 6 | | width | Image width (px) | 200 | | height | Image height (px) | 80 | | noise | Noise lines in the image | 3 |
License
MIT
