Usage
Basic example:
const container = document.getElementById('board');
const chessfield = new Chessfield(container, { orientation: 'white' });
Basic example:
const container = document.getElementById('board');
const chessfield = new Chessfield(container, { orientation: 'white' });