UNPKG
led-canvas
Version:
latest (0.0.3)
0.0.3
0.0.2
Lightweight led board implemented with canvas
github.com/marionebl/led-canvas
marionebl/led-canvas
led-canvas
/
src
/
defaults.js
10 lines
(8 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
defaults
=
{
matrix:
{
width:
100
,
height:
100
,
dim:
14
} }
;
module.exports
=
defaults;