1.0.6 • Published 4 years ago

@nialleccles/projector v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago