UNPKG

@nulib/react-media-player

Version:

Viewer for audio, video and image file types driven by a IIIF manifest

4 lines (3 loc) 215 B
export declare const cleanTime: (standardNotation: string) => string; export declare const convertTime: (duration: number) => string; export declare const convertTimeToSeconds: (standardNotation: string) => number;