-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
Hi,
I just tried to install the npm package - I would love to leverage all the hard work, but the examples don't match the objects available (e.g. BasicPlayer / SimplePlayer, or Board).
I have figured out that this will work:
import WGo from "wgo"
let boardElem = document.getElementById("board");
let player = new WGo.SimplePlayer(boardElem, {
sgf: "<sgf goes here>"
is there a place with updated documentation I can rely on?
Metadata
Metadata
Assignees
Labels
No labels