UNPKG
@iflow-mcp/chess-mcp
Version:
latest (1.0.0)
1.0.0
0.0.9
0.0.8
0.0.7
Chess MCP server with position evaluation, move validation, and masters database
@iflow-mcp/chess-mcp
/
build
/
chess-image-service.d.ts
10 lines
(9 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
ImageGenerationOptions
{
size
?:
number
;
light
?:
string
;
dark
?:
string
;
flip
?:
boolean
; }
export
declare
class
ChessImageService
{
generateImage
(
fen
:
string
,
options
?:
ImageGenerationOptions
):
Promise
<
Buffer
>; }