Skip to content

Instantly share code, notes, and snippets.

View triestpa's full-sized avatar

Patrick Triest triestpa

View GitHub Profile
import ChessGame from './utils/chessgame'
/**
* Chessboard VueJS Component.
* Takes a PGN string and a side (w or b) as props
*/
export default {
name: 'chessboard',
props: {
/** Pgn is a string encoded with the current game state */