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

test html2canvas CORS

parent cca941f9
......@@ -22,6 +22,7 @@
scrollX: 0, // reset scrollX for canvas capturing
scrollY: 0, // reset scrollY for canvas capturing
scale: 1.3,
useCORS: true,
}).then(canvas => {
screenshotImg.src = canvas.toDataURL()
captureModal.style.display = 'block'
......
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