create-video-thumbnails

0.1.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i create-video-thumbnails

Weekly Downloads

0

Version

0.1.2

License

MPL-2.0

Unpacked Size

24.1 kB

Total Files

6

Last publish

Collaborators

  • zunsthy