UNPKG

jspdf-html2canvas-pro

Version:

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

4 lines (3 loc) 161 B
import { Options, PdfInstance } from '../types'; declare function usePlugins(pdfInstance: PdfInstance, opts: Options): Promise<void>; export default usePlugins;