File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,23 @@ html2pdf converts any webpage or element into a printable PDF entirely client-si
4
4
5
5
## Getting started
6
6
7
- ### HTML
7
+ #### HTML
8
8
9
9
The simplest way to use html2pdf is to download ` dist/html2pdf.bundle.min.js ` to your project folder and include it in your HTML with:
10
10
11
11
``` html
12
12
<script src =" html2pdf.bundle.min.js" ></script >
13
13
```
14
14
15
- * [ Click here] ( #dependencies ) for more information about using the unbundled version ` dist/html2canvas.min.js ` .*
15
+ * Note: [ Click here] ( #dependencies ) for more information about using the unbundled version ` dist/html2canvas.min.js ` .*
16
16
17
- ### NPM
17
+ #### NPM
18
18
19
19
Install html2pdf and its dependencies using NPM with ` npm install --save html2pdf.js ` (make sure to include ` .js ` in the package name).
20
20
21
21
* Note: You can use NPM to create your project, but html2pdf ** will not run in Node.js** , it must be run in a browser.*
22
22
23
- ### Bower
23
+ #### Bower
24
24
25
25
Install html2pdf and its dependencies using Bower with ` bower install --save html2pdf.js ` (make sure to include ` .js ` in the package name).
26
26
You can’t perform that action at this time.
0 commit comments