Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Last active February 5, 2017 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cyrilletuzi/4d6a870e5b4d074cc5383baedd2932cf to your computer and use it in GitHub Desktop.
Save cyrilletuzi/4d6a870e5b4d074cc5383baedd2932cf to your computer and use it in GitHub Desktop.
import { Slideshow } from './slideshow.js';
/* Waiting for DOM to be ready */
document.addEventListener('DOMContentLoaded', () => {
new Slideshow('slideshow', { delay: 2000 });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment