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. |
Returns:
Record object, array of them, or string on error.
- Type
- Object