@leob_o/printpdf
v1.0.0
Published
A tiny tool to print pdf from blob object inspired by Print.js.
Downloads
24
Readme
PrintPDF
A tiny tool to print pdf from blob object inspired by Print.js.
Usage
// will expose a PrintPDF function on window
let blob = new Blob(); // just for example
window.PrintPDF(blob);