UNPKG

cm-pgn

Version:

Module for parsing and rendering of PGNs (Portable Game Notation)

30 lines (27 loc) 673 B
<html lang="en"> <head> <meta charset="utf-8"> <title>cm-pgn tests</title> </head> <body> <script src="https://cdn.jsdelivr.net/npm/es-module-shims@1.7.2/dist/es-module-shims.min.js"></script> <script type="importmap"> { "imports": { "teevi/": "../node_modules/teevi/", "chess.mjs/": "../node_modules/chess.mjs/" } } </script> <script type="module"> import {teevi} from "teevi/src/teevi.js" import "./TestParser.js" import "./TestHeader.js" import "./TestHistory.js" import "./TestPgnChess960.js" import "./TestPgn.js" import "./TestPgnList.js" teevi.run() </script> </body> </html>