mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
9 lines
281 B
JavaScript
9 lines
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,
|
||
|
|
}
|