chessboardjs icon indicating copy to clipboard operation
chessboardjs copied to clipboard

JavaScript chessboard

Results 116 chessboardjs issues
Sort by recently updated
recently updated
newest added

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...

![img_3140](https://user-images.githubusercontent.com/1900759/28021244-3e85163c-6555-11e7-9c8c-fa26e5e7f851.PNG)

![image](https://user-images.githubusercontent.com/5930429/155824018-ffb4194d-0cc1-4e04-ad02-1566ea754870.png) ![image](https://user-images.githubusercontent.com/5930429/155824067-e26d144e-428c-4b27-8fe6-f9ff05753e12.png) Should work fine

I want to use Chessboard in the vue js component, but I can not import it

enhancement

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!