@reis/seki
Version:
Seki – A modern javascript based Go board renderer and player, that is simple to use, extensible, compact and intuitive.
15 lines (12 loc) • 350 B
JavaScript
//Stage 3, so not yet supported in ESLint etc
//import pkg from '../../package.json' with {type: 'json'}
//App details
export const appIdentifier = '@reis/seki' //pkg.name
export const appVersion = '2.0.9' //pkg.version
export const appName = 'Seki'
//Supported kifu formats
export const kifuFormats = {
JGF: 'jgf',
SGF: 'sgf',
GIB: 'gib',
}