Samuel Vernon
Results
1
comments of
Samuel Vernon
For me it works in TypeScript: ``` import * as html2pdf from 'html2pdf.js'; ... const element = document.querySelector( '.my-element' ); const opt = { margin: 1, filename: 'myfile.pdf', image: {...