UNPKG
@dartbot/dartboard
Version:
latest (0.4.0)
0.4.0
0.1.4
0.1.3
0.1.1
0.1.0
Dartboard implemented as a vanilla web component
docs.dartbot.com/dartboard
dartbotapp/dartboard
@dartbot/dartboard
/
dist
/
lib
/
draw-board
/
draw-wire.d.ts
4 lines
(3 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
import
{
Theme
}
from
'../theme'
;
import
{
Board
}
from
'./board'
;
export
declare
const
drawWire
:
(
board
:
Board
,
theme
:
Theme
,
context
:
CanvasRenderingContext2D
) =>
void
;