Module: sgf

SGF loading module.
Source:

Methods

(static) load(sgf, moveMarks) → {Object}

Parse SGF and return Record object(s).
Parameters:
Name Type Description
sgf String The SGF file as a string.
moveMarks bool Create move and ko marks in the record.
Source:
Returns:
Record object, array of them, or string on error.
Type
Object