feat : add progress bar

This commit is contained in:
GuillaumeSD
2024-03-08 23:56:29 +01:00
parent 91b56fde60
commit 81cbc2ca80
7 changed files with 72 additions and 27 deletions

View File

@@ -52,4 +52,5 @@ export interface EvaluateGameParams {
uciMoves: string[];
depth?: number;
multiPv?: number;
setEvaluationProgress?: (value: number) => void;
}