mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
14 lines
No EOL
677 B
JavaScript
14 lines
No EOL
677 B
JavaScript
const pageList = [
|
|
{ path: 'board/examples/test/main.html', w: 600, h: 400, delay: 1000 },
|
|
{ path: 'board/examples/test/transform-small.html', w: 600, h: 400, delay: 1000 },
|
|
{ path: 'board/examples/test/transform-large.html', w: 600, h: 400, delay: 1000 },
|
|
{ path: 'core/examples/features/rect.html', w: 600, h: 400, delay: 1000 },
|
|
{ path: 'core/examples/features/text.html', w: 600, h: 400, delay: 1000 },
|
|
{ path: 'core/examples/features/svg.html', w: 600, h: 400, delay: 1000 },
|
|
{ path: 'core/examples/features/image.html', w: 600, h: 400, delay: 1000 },
|
|
// { path: 'core/examples/test.html', w: 600, h: 600, delay: 8000 },
|
|
]
|
|
|
|
module.exports = {
|
|
pageList,
|
|
} |