mliebelt / pgn-viewer

Simple PGN viewer with the necessary features to display chess games
GNU General Public License v3.0
159 stars 44 forks source link

Added description for react example #536

Closed ppeloton closed 4 months ago

ppeloton commented 4 months ago

I also added the essential step for running pgn-viewer in the react app - you have to install pgn-viewer via npm of course

mliebelt commented 4 months ago

@ppeloton Thank you for providing that example, I will try to enhance it to be easier to use by others (non react developers). I think there is a problem which I have to fix by doing just another release, but I want to check that carefully on the weekend.

ppeloton commented 4 months ago

OK, thank you for taking the time for this! I am happy to help enhancing the react examples later (e.g. provide them in typescript, give templates for all different modes, etc.)

mliebelt commented 4 months ago

Integrated your example, fixed the issue with 1.6.8. Therefore closing the pull request.