UNPKG

prntr

Version:

A tiny javascript library to help printing from the web. Print.js but modern and maintained.

7 lines (6 loc) 231 B
import { IImageConfig } from './types'; export declare type ExtendedImageConfig = IImageConfig & { frameId: string; }; declare function image(config: ExtendedImageConfig, printFrame: HTMLIFrameElement): void; export { image };