UNPKG

jspdf-html2canvas

Version:

A combine usage with jsPDF and html2canvas, which translating html content to PDF file.

4 lines 196 B
import { Options, PdfInstance } from '../types'; declare function usePlugins(pdfInstance: PdfInstance, opts: Options): Promise<void>; export default usePlugins; //# sourceMappingURL=index.d.ts.map