chessboardjs
chessboardjs copied to clipboard
JavaScript chessboard
Hi, I am trying to understand the code in [onDragStart Preven Drag](https://chessboardjs.com/examples.html#4002). I specifically want to ask what does ```piece.search(/^w/)``` mean? Is there any document that I can read? I...
Consider the "Play Random Computer" example from https://www.chessboardjs.com/examples#5001 First, the following bug can be easily reproduced locally by exaggerating the effect with the following changes: - reduce the makeRandomMove delay...
Basically how it works is the main code is still in lib/chessboard.js. lib/ also has 3 wrapper files for different environments (CommonJS, ES6 and browser). The build script minifies lib/chessboard.js...

  Should work fine
I want to use Chessboard in the vue js component, but I can not import it
I am currently using chessboard.js as a frontend to process a game whose logic is controlled with an engine I've written in C++. Currently, whenever I make a move (with...
It would be nice for folks to host the chess piece images directly from a CDN like unpkg.com. Probably just need to include them in the npm package `dist/` folder....
Hi, When I do board.position(fen), it would seem the pieces are somehow redrawn; at least they flicker ever so shortly during the move somehow. Especially for the pieces that stand...
Is there a way to change the arrow's color? thanks!