feat: add html2canvas for easily exporting html to images using canvas

This commit is contained in:
Rucha Mahabal
2021-07-25 20:23:20 +05:30
parent 6f799d17ce
commit 58c31c72c3
3 changed files with 22 additions and 1 deletions

View File

@@ -15,7 +15,8 @@
"snyk": "^1.518.0"
},
"dependencies": {
"onscan.js": "^1.5.2"
"onscan.js": "^1.5.2",
"html2canvas": "^1.1.4"
},
"scripts": {
"snyk-protect": "snyk protect",