Piece Theme String

Use the pieceTheme property to set the source of piece images.

HTML

<chess-board
    style="width: 400px"
    position="start"
    piece-theme="../../chesspieces/alpha/{piece}.png">
</chess-board>