pgn-handler
v0.1.0
Published
A PGN file handler with parser, validator, and modifier functions"
Downloads
2
Readme
PGN-Handler
PGN-Handler
is a package containing a collection of functions for handling PGN
files, aka Portable Game Notaion, including a parser, modification functions, and validation function.
Development Progress
This project is still under development. Currently it only has a parser, a validation function, and some modifier functions for the parsed result, the last two types of functions are essentially wrapper functions for chess.js.
Contributing
Please run npx eslint changed_file.js
before commiting