UNPKG

@reis/seki

Version:

Seki – A modern javascript based Go board renderer and player, that is simple to use, extensible, compact and intuitive.

9 lines (7 loc) 158 B
import {stoneColors} from './stone.js' //Setup types export const setupTypes = { BLACK: stoneColors.BLACK, WHITE: stoneColors.WHITE, CLEAR: 'clear', }