<script>
/**
* Hello visitor!
*
* My name is Davide and I'm the maintainer of svelte-reveal (https://github.com/DaveKeehl/svelte-reveal).
* svelte-reveal is currently in beta, meaning that it has reached an MVP (all the basic functionalities are
* done and tested) but it still needs some work and refining.
*
* If you notice some weird or unexpected behavior, please reach out by creating an issue
* (https://github.com/DaveKeehl/svelte-reveal/issues/new/choose) on GitHub.
*
* DOCS: https://github.com/DaveKeehl/svelte-reveal#readme
*
* Have a good day!
*/
import Demo from './Demo.svelte'
</script>
<Demo />