Possible to Support Rendering Coordinates Inside the Chessboard?
When comparing chess.com and lichess's chessboards, their coordinates are displayed inside the board, which makes the layout more compact and visually appealing. In python-chess, the coordinates are rendered outside the chessboard. Based on documentation and testing, there seems to be no parameter or method to control the coordinate display style.
Is there a plan to support internal coordinate rendering in future updates?
python-chess


