import PgnViewer from 'react-pgn-viewer' class Example1 extends React.Component { htmlModification = (node) => { modifyNode(node) } render() { return ( <PgnViewer ...
This project is an attempt to create an easy-to-deploy, javascript-based template to load a PGN file (a flat text format that represents a game of chess) into a simple viewer that allows you to play ...