We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users should be able to highlight / unhighlight squares via the API.
.clearSquareHighlights()
.squares()
.getSquares()
.setSquare("e2", "blue")
The text was updated successfully, but these errors were encountered:
Most of the functionality one would ever require is in the very nice examples (as noted a couple are giving errors)
I was going to add an Event Listener for adding Squares to highlight and then calling the very nice AddCircle Function.
Then upon seeing your wonderful implementation of adding arrows by clicking on the begin and end squares (Sorry dragging)
board.addArrow({ start: startingSquare, end: evt.square })
thought you may do an example on this... (First click on the squares to highlight and then doing an addCircle button to Highlight them...)
Sorry, something went wrong.
oakmac
No branches or pull requests
Users should be able to highlight / unhighlight squares via the API.
.clearSquareHighlights()
.squares()
,.getSquares()
--> return data about the squares.setSquare("e2", "blue")
The text was updated successfully, but these errors were encountered: