# About This Component allows you to add Youtube-Videos to your Svelte Project The orginal Component template comes from [HERE](https://github.com/sveltejs/component-template) The Youtube stuff comes from [HERE](https://developers.google.com/youtube/iframe_api_reference) --- # How to use it ? Just ```bash npm install --save-dev @sveltecasts/svelte-youtube ```` And in your Source Code under Script: ``` import Youtube from "@sveltecasts/svelte-youtube"; ``` # Btw Here is a youtube video about this component: https://www.youtube.com/watch?v=Ank3IdQHOuE