UNPKG

@pdftron/webviewer-video

Version:

This is an addon for WebViewer that allows loading HTML5 videos (.mp4, ogg, webm) so that their video frames can be annotated.

4 lines (3 loc) 147 B
import { initializeVideoViewer } from './lib/index'; export type { WebViewerVideoInstance } from './lib/index'; export { initializeVideoViewer, };