pgn-parser
pgn-parser copied to clipboard
Possible to go back to pgn file format from JS structure?
I want to send a PGN game across the wire in json format. I then want to parse the json and transform it back to its original PGN file format. Is this possible with this library?
The library does not do thst today, but I guess it wouldnt be too difficult, either to add the capability, or to do yourself, outside the library