UNPKG
print-pdf
Version:
latest (0.2.6)
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Print DOM element to PDF
github.com/jcdang/print-pdf
jcdang/print-pdf
print-pdf
/
dist
/
src
/
index.js
5 lines
•
192 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
PrintPDF
_1 =
require
(
"./PrintPDF"
);
exports
.
PrintPDF
=
PrintPDF
_1.
PrintPDF
;
//# sourceMappingURL=index.js.map