@levidurfee/pgn-parser
v1.0.0
Published
[![Build Status](https://travis-ci.org/levidurfee/pgn-parser.svg?branch=master)](https://travis-ci.org/levidurfee/pgn-parser)
Downloads
2
Readme
pgn-parser
Simple PGN parser built using PEG.js. Grammar file is from PgnViewerJS.
The function parsePGN
returns an object with history
and header
properties.
It is up to you to handle everything it returns. There are no dependencies.