UNPKG

videomail-client

Version:

A wicked npm package to record videos directly in the browser, wohooo!

5 lines (4 loc) 328 B
import { Dimension } from "../../../types/dimension"; import { VideomailClientOptions } from "../../../types/options"; declare function calculateHeight(responsive: boolean, videoWidth: number | undefined, options: VideomailClientOptions, ratio?: number, element?: HTMLElement | null): Dimension; export default calculateHeight;