JSPM

react-numeric-captcha

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 155
  • Score
    100M100P100Q77777F
  • License MIT

numeric captcha react component

Package Exports

  • react-numeric-captcha

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-numeric-captcha) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-numeric-captcha

React component for numeric captcha.

Note that in most cases you should consider Google Recaptcha instead of delivering custom solution.

Feature

  • Canvas Image
  • Refresh Button
  • Play Button (Listen to Audio)

Usage

codesandbox

npm install react-numeric-captcha
<Canvas
  onChange={/* change handler function */}
  placeholder="Insert captcha" // optional
/>

Styling

By default no style is included, you can style it using regular css. For example: captcha.css.