UNPKG

@diffusionstudio/core-v4

Version:

2D motion graphics and video rendering engine

7 lines (6 loc) 269 B
import { Timestamp } from '../../models'; export declare function cloneMediaElement(element: HTMLMediaElement): Promise<HTMLMediaElement>; export declare function inRange(silence: { start: Timestamp; stop: Timestamp; }, range: [Timestamp, Timestamp]): boolean;