UNPKG
cdf
Version:
latest (0.4.0)
0.4.0
A library for creating oldschool demo-like animations with JavaScript
cdf
/
src
/
defaults.js
6 lines
•
119 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { font:
'normal 12px sans-serif'
, fontAlign:
'start'
, fontBaseline:
'top'
, fontPos: [
10
,
10
] };