0.1.0 • Published 2 years ago

pgn-handler v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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