UNPKG
html2pdf-fix-jspdf
Version:
latest (0.0.4)
0.9.2
0.9.1
0.0.4
0.0.3
0.0.2
0.0.1
Client-side HTML-to-PDF rendering using pure JS
ekoopmans.github.io/html2pdf.js/
sonnn/html2pdf.js
html2pdf-fix-jspdf
/
.babelrc
15 lines
(14 loc)
•
163 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"presets"
:
[
[
"env"
,
{
"modules"
:
false
}
]
]
,
"plugins"
:
[
"external-helpers"
,
"transform-object-assign"
]
}