-
Hello, the html2canvas and jspdf versions in the bundles are extremely outdated, could you please fix these?
Specially the html2canvas since it's on 0.5, and I'm having issue with div borders not s…
-
### Bug reports:
I am using html2canvas to convert a part of a web page into an image.
On this page, there are some images, the source of which is in base64, for instance:
``
where verylongstrin…
-
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 导出dom为图片
## 问题描述:
- 导出之前的页面内容:
![image](https://github.com/niklasvh/html2canvas/assets/26094157/e770dc5f-efb0-4944-84ac-0bfc32524dcc)
- 导出之后的图片效果:
![image](http…
-
### Bug reports:
For me html2canvas is not working with cached images from a ServiceWorker / Workbox. I'm not sure if it's a bug of html2canvas or any other thing related to service workers or work…
-
#### vue项目 保存网页生成图片demo
##### 使用插件 html2canvas
##### npm install html2canvas
```javascript
import html2canvas from 'html2canvas'
...
saveImg (id) {
var shareContent = document.getElementByI…
-
If I don't wanna load html2canvas.js async, this is not a good experience
-
## 使用html2canvas 异常情况处理
- 问题1, 不能使用背景图 (使用div包裹一层)
- 最好使用定位处理一些dom, css, -- html2处理会出现失效的情况
```html
```
- 图片模糊问题、 图片不显示(图片跨越问题)
```js
const canvasHtml = docume…
-
### Problem Description
I'm working on an app that renders a URL in `` and takes screenshots from it. `.capturePage([rect])` API can be used to capture the visible content but there is no way to capt…
-
**_Screenshot using html2canvas_**
![image (1)](https://user-images.githubusercontent.com/53284278/103140949-515e0900-4713-11eb-8905-58951e535be5.png)
**_Screenshot not using html2canvas_**
![imag…