sgf

SGF parsing for Go games

Usage no npm install needed!

<script type="module">
  import sgf from 'https://cdn.skypack.dev/sgf';
</script>

README

Description build status

SGF parsing for Go games

Usage

var fs  = require('fs');
var sgf = require('node-sgf');
sgf(fs.readFileSync('game.sgf').toString());

Installation

npm install node-sgf

License

MIT