Skip to content

Commit 671878c

Browse files
committed
Update jsPDF
1 parent 4ea9c63 commit 671878c

File tree

2 files changed

+22
-50
lines changed

2 files changed

+22
-50
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html2pdf converts any webpage or element into a printable PDF entirely client-si
1414
<script src="html2pdf.js"></script>
1515
```
1616

17-
**Note:** For best results, use the custom builds of `html2canvas` and `jsPDF` found in the `vendor` folder, which contain added features and hotfixes.
17+
**Note:** For best results, use the custom build of `html2canvas` found in the `vendor` folder, which contains added features and hotfixes.
1818

1919
## Usage
2020

@@ -80,7 +80,7 @@ These options are limited to the available settings for [HTMLCanvasElement.toDat
8080

8181
html2pdf depends on the external packages [`html2canvas`](https://github.com/niklasvh/html2canvas) and [`jsPDF`](https://github.com/MrRio/jsPDF).
8282

83-
For best results, use [this custom build](https://github.com/eKoopmans/html2canvas/tree/develop) of `html2canvas`, which adds support for box-shadows and custom resolutions (via the `dpi`/`scale` options), and [this build](https://github.com/eKoopmans/html2pdf/blob/master/vendor/jspdf.min.js) of jsPDF, which contains a hotfix for hyperlinks.
83+
For best results, use [this custom build](https://github.com/eKoopmans/html2canvas/tree/develop) of `html2canvas`, which includes bugfixes and adds support for box-shadows and custom resolutions (via the `dpi`/`scale` options).
8484

8585
## Contributing
8686

0 commit comments

Comments
 (0)