jspdf-utils 0.2.4 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,9 +6,11 @@ Utilities for rendering HTML into paginated PDF output with `jsPDF` and
6
6
  ## Installation
7
7
 
8
8
  ```bash
9
- npm install jspdf-utils jspdf html2canvas-pro
9
+ npm install jspdf-utils
10
10
  ```
11
11
 
12
+ `jspdf` and `html2canvas-pro` are peer dependencies and will be installed automatically.
13
+
12
14
  ## Exported API
13
15
 
14
16
  - `generatePDF(doc, source, opts)`