mirror of
https://github.com/idrawjs/idraw
synced 2026-05-23 17:48:23 +00:00
12 lines
No EOL
194 B
JavaScript
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'
|
|
}
|
|
} |