UNPKG

lichess-pgn-viewer

Version:

PGN viewer widget, designed to be embedded in content pages.

5 lines (4 loc) 223 B
import { Game } from './game'; import { Comments, Lichess } from './interfaces'; export declare const parseComments: (strings: string[]) => Comments; export declare const makeGame: (pgn: string, lichess?: Lichess) => Game;