This commit is contained in:
Maciej Caderek
2022-01-20 06:45:14 +01:00
parent 918a5dff4f
commit 8733c1c3ab
18 changed files with 308 additions and 226 deletions

View File

@@ -9,6 +9,8 @@ const PGN_KEYS_TO_SHORT = {
Date: "D",
Result: "R",
FEN: "F",
WhiteElo: "WE",
BlackElo: "BE",
};
const PGN_KEYS = Object.keys(PGN_KEYS_TO_SHORT);