2020-10-03 09:16:30 +02:00
2020-10-03 09:16:30 +02:00
2019-07-13 17:21:16 +02:00
2019-07-15 12:35:35 +02:00
2019-07-25 23:02:31 +02:00
2020-10-01 12:52:04 +02:00
2019-07-13 17:21:16 +02:00

About

This Component allows you to add Youtube-Videos to your Svelte Project

The orginal Component template comes from HERE The Youtube stuff comes from HERE


How to use it ?

Just add this to your dependencies in package.json, then run npm install:

  "svelte-youtube": "https://github.com/zevaverbach/svelte-youtube.git",

And in your Source Code under Script:

import Youtube from "svelte-youtube"

<Youtube videoId="..." />

Methods

  • play()
  • pause()
  • paused()
  • jumpTo(seconds)
  • position()

YouTube Video About Its Making

Here is a youtube video about this component:

https://www.youtube.com/watch?v=Ank3IdQHOuE

Changelog

0.0.5 Fixed some errors when YT-Component gets destroyed and re-initialized, the problem was that YT replaced my div with an iframe and then on the component-destroy Svelte searches for an inexistent div ¯_(ツ)_/¯ , an other problem was that the YouTubeIframeAPIReady only get called once when the first YT-Component is used, so when we recreate a Player the 'new YT.Player' function got never called 0.0.4 Update svelte version 0.0.2 Changed descripton 0.0.1 Init

Description
Youtube Component for Svelte 3
Readme Unlicense 53 KiB
Languages
Svelte 84.8%
JavaScript 15.2%