0.1.2 • Published 1 year ago

create-video-thumbnails v0.1.2

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
1 year ago

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

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago