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 1176761757
commit 57cb3ac023
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",