Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 235 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 235 Bytes

sgf.js

Simple Game Format ( SGF FF[4] ) parser in javascript. wip.

cf. http://www.red-bean.com/sgf/

How to use

sgf.get('exmaple.sgf').then(function (parsedSgf) {
    'process parsedSgf';
});