UNPKG

pacman-contribution-graph

Version:

Generates a pacman game from a github or gitlab user contributions grid

9 lines (8 loc) 207 B
import { Config, StoreType } from './types'; export declare class PacmanRenderer { store: StoreType; conf: Config; constructor(conf: Config); start(): Promise<StoreType>; stop(): void; }