Commit d25918d9 authored by minseok.park's avatar minseok.park

update html2canvas cors -- allow taint

parent 7be44026
......@@ -22,6 +22,7 @@
scrollX: 0, // reset scrollX for canvas capturing
scrollY: 0, // reset scrollY for canvas capturing
scale: 1.3,
allowTaint: true,
useCORS: true,
}).then(canvas => {
screenshotImg.src = canvas.toDataURL()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment