UNPKG

pikaso

Version:

Seamless, Fully-typed and Fully-tested HTML5 Canvas Library

8 lines (7 loc) 244 B
import { Board } from '../../Board'; import type { ExportImageConfig } from '../../types'; export declare class ImageExport { private readonly board; constructor(board: Board); export(config?: Partial<ExportImageConfig>): string; }