idraw/scripts/screen.config.js
2021-05-23 20:16:15 +08:00

9 lines
No EOL
281 B
JavaScript

const pageList = [
// { path: 'paint/examples/path/draw.html', w: 600, h: 600, delay: 200 },
// { path: 'paint/examples/path/play.html', w: 600, h: 600, delay: 8000 },
{ path: 'drag-core/examples/demo.html', w: 500, h: 1000, delay: 2000 },
]
module.exports = {
pageList,
}