UNPKG

jspdf-html2canvas-pro

Version:

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

4 lines (3 loc) 187 B
import type { PdfInstance, Options } from './types'; declare function renderCanvas(canvas: HTMLCanvasElement, pdfInstance: PdfInstance, opts: Options): void; export default renderCanvas;