idraw/scripts/screen.config.js

9 lines
281 B
JavaScript
Raw Normal View History

2021-05-23 12:16:15 +00:00
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,
}