This commit is contained in:
Maciej Caderek
2022-02-17 16:21:01 +01:00
parent 67f52a680d
commit 1bcb481574
9 changed files with 155 additions and 1 deletions

View File

@@ -93,12 +93,14 @@ export type Piece =
| "pb";
export type BoardStyle =
| "standard"
| "chesscom"
| "lichess"
| "lila"
| "peach"
| "standard"
| "violet"
| "danya"
| "botez"
| "avocado"
| "calm"
| "laguna"
@@ -110,9 +112,12 @@ export type PiecesStyle =
| "alpha"
| "cardinal"
| "cburnett"
| "companion"
| "fantasy"
| "gioco"
| "governor"
| "horsey"
| "maestro"
| "merida"
| "staunty"
| "tatiana";