Merge pull request #3 from RyanSkonnord/add-setup-pgn-tag

Keep "SetUp" PGN tag
This commit is contained in:
sharechess
2022-04-26 17:14:44 +02:00
committed by GitHub

View File

@@ -9,6 +9,7 @@ const PGN_KEYS_TO_SHORT = {
Date: "D",
Result: "R",
FEN: "F",
SetUp: "SU",
WhiteElo: "WE",
BlackElo: "BE",
};