UNPKG

shogi-player

Version:

Shogi board web components has functions for replaying, manipulating, and editing

11 lines (9 loc) 267 B
import { ApplicationMemoryRecord } from "./application_memory_record.js" export class LayoutInfo extends ApplicationMemoryRecord { static get define() { return [ { key: "vertical", name: "縦", }, { key: "horizontal", name: "横", }, ] } }