summaryrefslogtreecommitdiffhomepage
path: root/cards/web/main.js
blob: ee0d3153b6cd695d71a55dea2eb3c28250772db3 (plain)
1
2
3
4
5
6
const htmlToImage = require("html-to-image")
const download = require("downloadjs")

window.htmlToImage = htmlToImage
window.download = download