Added 'Download PDF' option using jsPDF.

This commit is contained in:
Przemek Wiech
2019-03-03 01:17:44 +01:00
parent 1083708e15
commit 730642fb4e
5 changed files with 46 additions and 15 deletions

View File

@@ -8,6 +8,7 @@
"detect-browser": "^4.1.0",
"file-saver": "^2.0.1",
"history": "^4.7.2",
"jspdf": "^1.5.3",
"md5": "^2.2.1",
"query-string": "^5.1.1",
"react": "latest",
@@ -23,6 +24,7 @@
"@types/file-saver": "^2.0.0",
"@types/history": "^4.7.2",
"@types/jest": "*",
"@types/jspdf": "^1.2.2",
"@types/md5": "^2.1.33",
"@types/node": "*",
"@types/query-string": "^6.2.0",