jhonnold / node-tlcv

Tom's Live Chess Viewer for CCRL Broadcasts on the web!
https://ccrl.live
MIT License
24 stars 8 forks source link

pgns files cannot be loaded #68

Open chris-knightx opened 1 year ago

chris-knightx commented 1 year ago

The pgns files in the PGNS section contain a game on a single line. The XBoard application cannot load it (line too long)

jhonnold commented 1 year ago

Relatively easy fix if you want to take it up.

Just specify the maxWidth wherever [pgn() is called](https://github.com/search?q=repo%3Ajhonnold%2Fnode-tlcv%20pgn()&type=code).