Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ var config = {
id: 'demo', // id for each presentation, currently same as the url
title : 'Demo Presentation',
indexh : 0, // initial slide horizontal index
indexv : 0, // initial slide veriticlal index
indexv : 0, // initial slide veriticlal index
frame: -1,
cmd: '',
},
'myppt' : { // powerpoint presentation
id: 'myppt',
title : 'My Presentation',
indexh : 0, // initial slide horizontal index
indexv : 0, // initial slide veriticlal index
indexv : 0, // initial slide veriticlal index
frame: -1,
cmd: '',
}

}
Expand Down
Loading