Skip to content

zunsthy/create-video-thumbnails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CreateVideoThumbnails

Create video thumbnails by <video> and OffscreenCanvas.

Usage

const vt = createVideoThumbnails(url, { width: 100 });
vt.make(10, (result) => {
  console.log(result);
  result.destory();
  vt.destory();
});

License

Licensed by MPL-2.0

About

Create video thumbnails by <video> and OffscreenCanvas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published