This commit is contained in:
Maciej Caderek
2022-01-19 03:24:13 +01:00
parent 96067e8a25
commit 707d673557
7 changed files with 170 additions and 35 deletions

View File

@@ -3,6 +3,7 @@ import { Chess } from "chess.js";
const PGN_KEYS_TO_SHORT = {
Event: "E",
Site: "S",
Round: "N",
White: "W",
Black: "B",
Date: "D",