print-pdf
v0.2.6
Published
Print DOM element to PDF
Downloads
959
Readme
print-pdf
Simple HTMLElement to PDF
Installation
npm i print-pdfUsage
import { PrintPDF } from 'print-pdf';
new PrintPDF(document.body).printPDF();General Information
This library is relatively new so please feel free to leave any suggestions. Fontawesome and glyphicons should work.
TODO
- Inline images
- Investigate performance enhancements
- tests
License: MIT
