This commit is contained in:
Maciej Caderek
2022-04-01 20:52:15 +02:00
parent a003ab6089
commit 2a252b6c69
8 changed files with 136 additions and 44 deletions

View File

@@ -90,6 +90,7 @@ export type BoardConfig = {
showCoords: boolean;
showShadows: boolean;
sounds: boolean;
speech: boolean;
flipped: boolean;
};
@@ -173,6 +174,7 @@ export type Handlers = {
downloadImage: () => Promise<void>;
downloadAnimation: () => Promise<void>;
toggleSound(): void;
toggleSpeech(): void;
};
export type Header = {