UNPKG

pdfmake-wrapper

Version:

Wrapper based on pdfmake library to generate PDF documents in an easy and readable way.

10 lines 286 B
import { IStyleDefinition } from '.'; /** * Interface that defines the Image Type */ export interface IImg extends IStyleDefinition { readonly image: string; readonly fit?: [number, number]; readonly opacity?: number; } //# sourceMappingURL=img.interface.d.ts.map