UNPKG

jspdf-html2canvas

Version:

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

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