UNPKG

react-chess-game-fix

Version:

react-chess-game is a React component bridging chess.js with react-chessboard to offer a full-featured, ready-to-integrate chess board experience.

4 lines (3 loc) 172 B
export { ChessGame } from "./components/ChessGame"; export { useChessGameContext } from "./hooks/useChessGameContext"; export { useChessGame } from "./hooks/useChessGame";