# 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@0.0.4 ```` 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 # Changelog 0.0.4 Update svelte version 0.0.2 Changed descripton 0.0.1 Init