UNPKG

jspdf-html2canvas

Version:

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

4 lines 230 B
import type { PdfInstance, Options } from './types'; declare function renderCanvas(canvas: HTMLCanvasElement, pdfInstance: PdfInstance, opts: Options): void; export default renderCanvas; //# sourceMappingURL=render-canvas.d.ts.map