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 2b93376 commit bc12f16Copy full SHA for bc12f16
bower.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "html2pdf.js",
3
+ "description": "Client-side HTML-to-PDF rendering using pure JS",
4
+ "main": "dist/html2pdf.bundle.js",
5
+ "moduleType": [
6
+ "amd",
7
+ "globals",
8
+ "node"
9
+ ],
10
+ "authors": [
11
+ "Erik Koopmans <[email protected]>"
12
13
+ "license": "MIT",
14
+ "keywords": [
15
+ "javascript",
16
+ "pdf-generation",
17
+ "html",
18
+ "client-side",
19
+ "canvas"
20
21
+ "homepage": "https://github.com/eKoopmans/html2pdf",
22
+ "ignore": [
23
+ "node_modules/",
24
+ "bower_components/",
25
+ ".archive/",
26
+ ".devel/"
27
+ ]
28
+}
0 commit comments