-
I am using htm2canvas library to screenshot the container on which heatmap is appended to further download it as an image (heatmap). However the downloaded image or the screenshot is not taking the ap…
-
i'm trying to take a shot of a google recaptcha challenge loaded by iframe from another iframe, already used allowTaint and useCORS, and all i get is a error.
0ms html2canvas: html2canvas 1.0.0-alp…
-
Please make sure you are testing with the latest [release of html2canvas](https://github.com/niklasvh/html2canvas/releases).
Old versions are not supported and issues reported for them will be close…
-
html2canvas not able to capture images and icons as well
here is my code
export function printDocument(contentId) {
let elementBody = document.body;
var transform = $(".gm-style>div…
-
* html2canvas version tested with: v1.0.0-rc.5
* Browser & version: Internet Explorer 11
* Operating system: win10
an text with underline work fine with chrome
but when using in ie 11
it just …
-
I'm trying to implement html2canvas taking shots of different elements on the page. When I take the shot of the first element it works properly, but all others get cut off. I already tried with scrol…
-
Hello,
Thank you very much for this project,
I used HTML2PDF, and I noticed an issue with rotate image on html2canvas.
when I use a rotate image, it's cropped from the bottom and right and not po…
-
Please make sure you are testing with the latest [release of html2canvas](https://github.com/niklasvh/html2canvas/releases).
Old versions are not supported and issues reported for them will be close…
bkarv updated
5 years ago
-
Please make sure you are testing with the latest [release of html2canvas](https://github.com/niklasvh/html2canvas/releases).
Old versions are not supported and issues reported for them will be close…
-
能不能不要所有的页面都通过一次html2canvas转化,这样大内容的html很容易导出为空白,搞个插件帮我们自动将元素拆分成不同的html2canvas转换?刚需!