@0dexz0/simple-chess-board
v0.2.1
Published
An open-source chessboard library focused on simplicity, with real-time style customization and flexible interactivity.
Downloads
369
Maintainers
Readme
SimpleChessBoard
An open-source chessboard library focused on simplicity, with real-time style customization and flexible interactivity.
Installation
npm install @0dexz0/simple-chess-boardDemo
Try the live demo: SimpleChessBoard Demo
Features
- SVG-rendered board
- Easy to use
- Real-time reactive styles
- Flexible interactivity
- Event system
- Mobile support
- Chess logic based on chess.js
Quick start
import { SimpleChessBoard } from '@0dexz0/simple-chess-board'
const board = new SimpleChessBoard({
container: document.getElementById('board')
})Full guide
The complete documentation can be found here.
Feedback & Contributions
- Found a bug?
- Have an idea or suggestion?
Feel free to open an issue or submit a pull request.
All contributions are welcome.
