UNPKG

@dartbot/dartboard

Version:

Dartboard implemented as a vanilla web component

4 lines (3 loc) 255 B
import { Theme } from '../theme'; import { Board, PolarPoint } from '../utils'; export declare const render: (board: Board.Board, zoom: number, center: PolarPoint, fit: string, hits: PolarPoint[], theme: Theme, context: CanvasRenderingContext2D) => void;