Skip to content

mugetsu/vanilla-canvas-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Vanilla Canvas Video

Vanilla canvas video processing addressing video transparency

Basic Usage:

HTML

<div id="the_container"></div>

CSS

#the_buffer { display: none; }

JS

(function () {
  var test = new CanvasVideo({
    container: 'the_container'
    , filename: 'FILENAME.mp4'
    , width: '1200'
    , height: '1080'
    , looping: false
    , buffer_id: 'the_buffer'
	, output_id: 'the_output'
  });
})();

Contributors

Randell Quitain

Releases

No releases published

Packages

No packages published