pgn-parser icon indicating copy to clipboard operation
pgn-parser copied to clipboard

Possible to go back to pgn file format from JS structure?

Open maxwell-oroark opened this issue 2 years ago • 1 comments

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?

maxwell-oroark avatar Oct 13 '22 18:10 maxwell-oroark

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

kevinludwig avatar Oct 13 '22 19:10 kevinludwig