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

FEN should be re-exported in Chessboard.js #108

Closed jjonnnyy closed 1 year ago

jjonnnyy commented 1 year ago

The warning "setting the position with the strings 'start' or 'empty' is deprecated, use FEN.start or FEN.empty" is being issued, but FEN isn't easily accessible. It should be re-exported from Chessboard.js.

jjonnnyy commented 1 year ago

I've created a pull-request to add this #109.

shaack commented 1 year ago

Merged 👍