UNPKG

html-screen-capture-js

Version:
4 lines (3 loc) 182 B
import { CaptureFunction } from './types'; export { OutputType, LogLevel, Options, CaptureOutput, CaptureFunction } from './types'; export declare const capture: CaptureFunction;