1.0.6 • Published 3 years ago

@nialleccles/projector v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

projector

A simple overlay for playing YouTube videos.

Setup

npm install @nialleccles/projector

Usage

  const projector = require('@nialleccles/projector')

  var myPlayer = new projector.Projector('<YouTubeVideoId>');
  document.getElementById('<yourElementId>').addEventListener('click', ()=>{
      myPlayer.start();
  });

Example

example image of video overlay

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago