Skip to content

v0.1.0

Compare
Choose a tag to compare
@insin insin released this 19 Jul 17:54
· 17 commits to main since this release

Breaking changes

  • Changed the export from default to a named YouTube export
  • Renamed the videoCode prop to videoId to match what YouTube uses in their docs

New

  • Added an embedParams prop to expose all the settings from the YouTube Iframe Player API
    • Default is {autoplay: 1, modestbranding: 1}
  • Added a thumbNailRes prop to let you choose the thumbnail size/quality which is used
    • Default is 'standard' (which is bigger than 'high' - go figure)
    • Not all videos have all thumbnail sizes (especially older ones), so you may have to tweak this on a per-video basis