Capacitor Stockfish Multi Variants plugin
Multi Variant Stockfish chess engine interface for Ionic Capacitor.
Example usage
- https://github.com/veloce/lichobile/blob/master/src/stockfish.ts
- https://github.com/veloce/lichobile/blob/master/src/ui/analyse/ceval/StockfishClient.ts
API
getMaxMemory()
getMaxMemory() => any
Returns: any
start()
start() => any
Returns: any
cmd(...)
cmd(options: { cmd: string; }) => any
Param | Type |
---|---|
options |
{ cmd: string; } |
Returns: any
exit()
exit() => any
Returns: any