Socket
Socket
Sign inDemoInstall

node-svgcatpcha

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-svgcatpcha

SVG captcha generator


Version published
Maintainers
1
Install size
9.05 kB
Created

Readme

Source

node-svgcaptcha

A npm module to generate a captcha with svg image

Options:

  Options that we can pass to the module with the default values:
  
  values: 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789' // String with chars to generate random captcha
	length: 8 // lenght of chars in generated captcha
	width: 200 // width of the generated image
	height: 50 // height of the generated image
	color: true // true means that letters are painted in colors and false in gray scale
	lines: 2 // number of lines in the captcha
	noise: 1 // level of noise (points) in the captcha
	

Keywords

FAQs

Last updated on 01 Jan 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc