React component for captcha.
Note that in most cases you should consider Google Recaptcha instead of delivering custom solution.
- [x] Canvas Image
- [x] Refresh Button
- [x] Play Button (Listen to Audio)
npm i demos-react-captcha
<Canvas
onChange={/* change handler function */}
placeholder="Insert captcha" // optional
length={6} // default
/>
By default no style is included, you can style it using regular css. For example: captcha.css.