online-go / goban

A JavaScript library for exploring and playing the game of Go
Apache License 2.0
46 stars 40 forks source link

Add an interface declaration for GobanCanvas #148

Closed GreenAsJade closed 7 months ago

GreenAsJade commented 7 months ago

… so it's easier to see what it can do.

I'm not married to this idea, but it seems like it should be helpful?

anoek commented 7 months ago

I like it, I have it in my mind to experiment with switching to SVG based boards sometime in the future too so a common interface makes a lot of sense for that eventuality.