-
External images do not load for PDF view of layout (html2canvas issue)
suint updated
2 years ago
-
### 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…
-
#### vue项目 保存网页生成图片demo
##### 使用插件 html2canvas
##### npm install html2canvas
```javascript
import html2canvas from 'html2canvas'
...
saveImg (id) {
var shareContent = document.getElementByI…
-
it has been told that not to use any external library required for such a simple task.
the task was to evaluate HTML/CSS and JavaScript knowledge but you are using
tailwind react and html2canvas libra…
-
## 背景:
基于 html2Canvas 导出dom为图片
## 问题描述:
- 导出之前的页面内容:
![image](https://github.com/niklasvh/html2canvas/assets/26094157/e770dc5f-efb0-4944-84ac-0bfc32524dcc)
- 导出之后的图片效果:
![image](http…
-
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…
-
### 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…
-
Hello!
Thanks for the great work in this amazing library.
I've been having problems while trying to render a page with the "writing-mode" CSS property.
The "transform: rotate()" works fine, but …
-
## 使用html2canvas 异常情况处理
- 问题1, 不能使用背景图 (使用div包裹一层)
- 最好使用定位处理一些dom, css, -- html2处理会出现失效的情况
```html
```
- 图片模糊问题、 图片不显示(图片跨越问题)
```js
const canvasHtml = docume…
-
**_Screenshot using html2canvas_**
![image (1)](https://user-images.githubusercontent.com/53284278/103140949-515e0900-4713-11eb-8905-58951e535be5.png)
**_Screenshot not using html2canvas_**
![imag…