Simon Ansell

Results 4 comments of Simon Ansell

@user14159 I'm about to do something similar and was investigating how the user can select a piece set. Just setting `cfg.pieceTheme` won't do anything on it's own, but `board.resize()` calls...

I created a basic PGN viewer here with chessboard.js and chess.js at https://github.com/siansell/pgnviewer, could be useful to you? Thanks for a neat library, I started writing something like this myself...

I've [built an implementation](https://github.com/siansell/pawn-promotion) of this already, utilising jQuery UI (as you suggest for 3.). I'm not sure this belongs in the chessboard.js library though. Being just a "dumb" board,...

I take your points, and hadn't considered that the path to the default theme images could possibly change in the future. Agree that a public method to return the path...