commit | 58c31c72c37d79e8f424e371c0f868b38ed6125d | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Sun Jul 25 20:23:20 2021 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Tue Aug 10 18:01:52 2021 +0530 |
tree | 2b1c66bca7981a2af29442361b001da0859b80b4 | |
parent | 6f799d17ce77b25575b65c71fdb2fd5bd843bf9e [diff] [blame] |
feat: add html2canvas for easily exporting html to images using canvas
diff --git a/.eslintrc b/.eslintrc index cb45ce5..321af08 100644 --- a/.eslintrc +++ b/.eslintrc
@@ -154,6 +154,7 @@ "before": true, "beforeEach": true, "onScan": true, + "html2canvas": true, "extend_cscript": true, "localforage": true, }