UNPKG

videomail-client

Version:

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

5 lines (4 loc) 257 B
import { Dimension } from "../../../types/dimension"; import { VideomailClientOptions } from "../../../types/options"; declare function limitWidth(element: HTMLElement, options: VideomailClientOptions, width?: number): Dimension; export default limitWidth;