Skip to content

sym233/seija-captcha

Repository files navigation

Seija Captcha

This is a toy captcha, rotating Kijin Seija to proper angle.

Do NOT use for security or production

Example at GH pages: https://sym233.github.io/seija-captcha

Install

# via npm
npm i seija-captcha
# or yarn
yarn add seija-cpatcha

usage

import seijaCaptcha from 'seijaCaptcha';
import 'seijaCaptcha/dist/style.css';

// Call the function to create captcha window
const closeWindow = seijaCaptcha(
    /* afterRotateCallback, option */
);

// close the window
closeWindow();

The Kijin Seija image is by Zun and the use is unauthorized.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published