idraw/examples/board/features/lib/opts.js
2022-04-28 23:46:07 +08:00

12 lines
No EOL
194 B
JavaScript

export default {
width: 400,
height: 300,
contextWidth: 600,
contextHeight: 400,
devicePixelRatio: 4,
canScroll: true,
scrollConfig: {
lineWidth: 16,
color: '#666666'
}
}