@mliebelt/pgn-reader
TypeScript icon, indicating that this package has built-in type declarations

1.2.28 • Public • Published

GitHub Workflow Status npm (tag) npm NPM

In a Nutshell

pgn-reader is the backend for pgn-viewer, and only used by it. It should be usable by itself to read and play through a game, though. It should at least be usable to perform some checks on a game read.

How to Install

npm install to get all dependencies resolved. It has as dependency the parser pgn-parser which is separately published on NPM.

How to Build and Test

  • npm build: Creates a new bundle lib/pgn.ts.
  • npm test: Runs the whole test suite to check the whole API.

How to Use

To be written

Readme

Keywords

none

Package Sidebar

Install

npm i @mliebelt/pgn-reader

Weekly Downloads

89

Version

1.2.28

License

Apache-2.0

Unpacked Size

589 kB

Total Files

5

Last publish

Collaborators

  • mliebelt