UNPKG

@reis/seki

Version:

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

22 lines (18 loc) 339 B
//Stone colors export const stoneColors = { BLACK: 'black', WHITE: 'white', } //Stone styles export const stoneStyles = { SLATE_SHELL: 'slateShell', GLASS: 'glass', MONO: 'mono', SHADOW: 'shadow', } //Stone modifier styles export const stoneModifierStyles = { CAPTURES: 'captures', POINTS: 'points', HOVER: 'hover', }