constants.js 365 B

1234567
  1. export const SLIDES_SELECTOR = '.slides section';
  2. export const HORIZONTAL_SLIDES_SELECTOR = '.slides>section';
  3. export const VERTICAL_SLIDES_SELECTOR = '.slides>section.present>section';
  4. // Methods that may not be invoked via the postMessage API
  5. export const POST_MESSAGE_METHOD_BLACKLIST = /registerPlugin|registerKeyboardShortcut|addKeyBinding|addEventListener/;