0.0.2 • Published 2 years ago

react-captcha-refreshed v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

react-captcha-refreshed

Simple captcha library for React.

Shout out to...

Usage

API

The library consist of the hook useCaptchaValue and the component CaptchaCanvas.

PropDescriptionDefaultRequired
captchaValueValue of the captcha text given by the useCaptchaValue hookYes
backgroundColorBackground color of the captcha canvasblackNo
textColorColor of the captcha textwhiteNo
decoyTextColorColor of the decoy text#afafafNo
decoyTextLengthLength of the decoy text4No
widthWidth of the captcha canvas and resulted image300No
heightHeight of the captcha canvas and redulted image100No