FEN String
Pass a FEN String as the second argument to initialize the board to a specific position.
HTML
<chess-board
position="r1bqkbnr/pppp1ppp/2n5/1B2p3/4P3/5N2/PPPP1PPP/RNBQK2R"
style="width: 400px">
</chess-board>
Pass a FEN String as the second argument to initialize the board to a specific position.
<chess-board
position="r1bqkbnr/pppp1ppp/2n5/1B2p3/4P3/5N2/PPPP1PPP/RNBQK2R"
style="width: 400px">
</chess-board>