UNPKG

@noe_rls/cm-chessboard

Version:

A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.

15 lines (14 loc) 224 B
/** * Author: shaack * Date: 10.12.2017 */ export class ViewMock { constructor() { this.squareHeight = 40; this.props = { sprite: { size: 40 } } } }