UNPKG

@dartbot/dartboard

Version:

Dartboard implemented as a vanilla web component

4 lines (3 loc) 183 B
import { Theme } from '../theme'; import { PolarPoint } from '../utils'; export declare const drawHits: (theme: Theme, context: CanvasRenderingContext2D, hits: PolarPoint[]) => void;