=== Name FEN String === Description Pass a FEN String as the second argument to initialize the board to a specific position. === HTML
=== JS var ruyLopez = 'r1bqkbnr/pppp1ppp/2n5/1B2p3/4P3/5N2/PPPP1PPP/RNBQK2R'; var board = ChessBoard('board', ruyLopez);