Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added html2canvas as a kind of peer dependency to jsPDF:
- jsPDF uses a version of html2canvas that gives a lot of warnings regardning the source maps (see niklasvh/html2canvas#2812) - However, html2canvas is an optional dependency of jsPDF - By adding a newer version of html2canvas to our package.json we get the latest version, 1.4.1, where the bug is solved. No more warnings
- Loading branch information