UNPKG

@saran-ign/video-annotation-tool

Version:

[![npm version](https://img.shields.io/npm/v/@saran-ign/video-annotation-tool.svg)](https://www.npmjs.com/package/@saran-ign/video-annotation-tool) [![npm downloads](https://img.shields.io/npm/dm/@saran-ign/video-annotation-tool.svg)](https://www.npmjs.co

12 lines (11 loc) 385 B
import React from "react"; interface TransparentVideoControllerProps { playerRef: React.RefObject<HTMLVideoElement>; showVideoDuration: boolean; dimensions: { width: number; }; canvasParentRef: React.RefObject<HTMLDivElement>; } declare const TransparentVideoController: React.FC<TransparentVideoControllerProps>; export default TransparentVideoController;