react-captcha-simple

1.0.4 • Public • Published

React Easy Captcha Generator

Easily generates Captcha from any text.

Features

  • Generate Captcha with 3 levels: easy, normal, hard.
  • Make a package with a rollup module bundler.
  • Works on react.js and next.js.

Installation

npm i react-captcha-simple    # npm
yarn add react-captcha-simple # yarn

Preview

easy :

Web

normal :

Web

hard:

Web

Usage

import Captcha from "react-captcha-simple";

export default function App() {
  return (
    <div className="App">
      <Captcha randomNumber={'123458'} type={'easy'} width={200} height={60} />
    </div>
  );
}

Package Sidebar

Install

npm i react-captcha-simple

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

36.8 kB

Total Files

13

Last publish

Collaborators

  • rahil_nit