shaack / cm-chessboard

A JavaScript chessboard without dependencies. Rendered in SVG, coded in ES6. Views FEN, handles move input, animated, responsive, expandable
MIT License
209 stars 63 forks source link

Re-export FEN at the top level #109

Closed jjonnnyy closed 1 year ago

jjonnnyy commented 1 year ago

The FEN object provides "start" and "empty" values that can be used to set the initial position when constructing Chessboard, so it should be easily accessible to the user.

shaack commented 1 year ago

Makes sense, will merge this. Thanks.