UNPKG

chess-captcha-react-jsx

Version:

A React chessboard component for chess-based CAPTCHA systems. Features interactive drag-and-drop functionality, customizable board size, and real-time move validation. Built with TypeScript, React, and chess.js.

2 lines 114 B
export { default as ChessBoard } from "./src/ChessBoard"; export type { ChessBoardProps } from "./src/ChessBoard";