Skip to contents

Function to show the fen string in a chessboard widget.

Usage

chessboardjs(
  fen = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1",
  width = 300,
  height = 300
)

Arguments

fen

Fen notation of a chessboard

width

Width in pixels

height

Height in pixels

Value

The chessboardjs board

Examples


chessboardjs()