UNPKG

@dartbot/dartboard

Version:

Dartboard implemented as a vanilla web component

4 lines (3 loc) 178 B
import { Theme } from '../theme'; import { Board } from '../utils'; export declare const drawWire: (board: Board.Board, theme: Theme, context: CanvasRenderingContext2D) => void;