We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97c69e commit 3f762d5Copy full SHA for 3f762d5
.npmignore
package.json
@@ -5,6 +5,11 @@
5
"main": "dist/require/html2pdf.cjs.js",
6
"module": "dist/include/html2pdf.es.js",
7
"browser": "dist/html2pdf.js",
8
+ "files": [
9
+ "/src",
10
+ "/dist",
11
+ "!**/*.{bundle*,min}.js"
12
+ ],
13
"repository": {
14
"type": "git",
15
"url": "git+https://github.com/eKoopmans/html2pdf.js.git"
0 commit comments