mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
add color, constant and loader modules
This commit is contained in:
parent
7f94a79c27
commit
49bb498d9d
7 changed files with 147 additions and 147 deletions
7
js/utils/constants.js
Normal file
7
js/utils/constants.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
export const SLIDES_SELECTOR = '.slides section';
|
||||
export const HORIZONTAL_SLIDES_SELECTOR = '.slides>section';
|
||||
export const VERTICAL_SLIDES_SELECTOR = '.slides>section.present>section';
|
||||
|
||||
// Methods that may not be invoked via the postMessage API
|
||||
export const POST_MESSAGE_METHOD_BLACKLIST = /registerPlugin|registerKeyboardShortcut|addKeyBinding|addEventListener/;
|
||||
Loading…
Add table
Add a link
Reference in a new issue