-
- Mixing rendering contexts (``, ``, etc) will make some options more difficult / impossible
- Download as PNG
- If using only ``, should be able to use:
- [canvas.toDataURL()](https://develo…
-
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…
-
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…
-
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…
-
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 截图下载下来的内容水印就消失了,这是为何
-
### 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…
-
## 使用html2canvas 异常情况处理
- 问题1, 不能使用背景图 (使用div包裹一层)
- 最好使用定位处理一些dom, css, -- html2处理会出现失效的情况
```html
```
- 图片模糊问题、 图片不显示(图片跨越问题)
```js
const canvasHtml = docume…
-
#### vue项目 保存网页生成图片demo
##### 使用插件 html2canvas
##### npm install html2canvas
```javascript
import html2canvas from 'html2canvas'
...
saveImg (id) {
var shareContent = document.getElementByI…