UNPKG

jspdf-html2canvas

Version:

A combine usage with jsPDF and html2canvas, 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;