summaryrefslogtreecommitdiffhomepage
path: root/cards/web/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'cards/web/main.js')
-rw-r--r--cards/web/main.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/cards/web/main.js b/cards/web/main.js
new file mode 100644
index 0000000..ee0d315
--- /dev/null
+++ b/cards/web/main.js
@@ -0,0 +1,6 @@
+const htmlToImage = require("html-to-image")
+const download = require("downloadjs")
+
+window.htmlToImage = htmlToImage
+window.download = download
+