create-video-thumbnails
v0.1.2
Published
Create video thumbnails by <video> and OffscreenCanvas.
Downloads
3
Readme
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