svelte-chess icon indicating copy to clipboard operation
svelte-chess copied to clipboard

Fully playable chess component for Svelte.

Results 12 svelte-chess issues
Sort by recently updated
recently updated
newest added

The issue need not be addressed immediately but on Svelte 5 the pawn promotion dialog will not work. We will see an error like ```js Uncaught (in promise) TypeError: PromotionDialog_default...

Currently if you trigger the promotion dialog, you must promote, you cannot cancel the move! A simple fix would be to exit the dialog upon clicking away.