Files
svelte-youtube/README.md
Sveltecasts 5840ed9242 Update README.md
FML ;(
2019-07-25 15:43:15 +02:00

39 lines
680 B
Markdown

# 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";
<Youtube videoId="..." />
```
# 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