diff --git a/docs/api/index.html b/docs/api/index.html index c6868d0..36006a1 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -92,26 +92,26 @@

Methods

- flipFlip the orientation of the board. + flipFlip the orientation of the board.void - resizeResize the board based on the latest dimensions given to the shadow root. + resizeResize the board based on the latest dimensions given to the shadow root.void rewindRewinds one move to a previous position. -If there are no previous moves, this does nothing. +If there are no previous moves, this does nothing.void fastForwardFast forwards one move to the next position. -If there are no next moves, this does nothing. +If there are no next moves, this does nothing.void freezePrevent any more moves to the game. -Usually called when the game is over. +Usually called when the game is over.void @@ -135,7 +135,7 @@

Methods

- resetResets and unfreezes the board to the default start state. + resetResets and unfreezes the board to the default start state.void diff --git a/docs/examples/change-look/index.html b/docs/examples/change-look/index.html index f8ce086..46a3be4 100644 --- a/docs/examples/change-look/index.html +++ b/docs/examples/change-look/index.html @@ -34,6 +34,10 @@

Example: Customizing colors