-
html2canvas 截图下载下来的内容水印就消失了,这是为何
-
html2canvasを使うとできそう(?)
-
能不能不要所有的页面都通过一次html2canvas转化,这样大内容的html很容易导出为空白,搞个插件帮我们自动将元素拆分成不同的html2canvas转换?刚需!
-
Hi there,
I compared the file sizes of the same HTML DOM (435 Elements) in html2canvas and html2pdf:
html2canvas creates an image with 50 KB
html2pdf creates a pdf with 12 MB
Can anyone explai…
-
#### vue项目 保存网页生成图片demo
##### 使用插件 html2canvas
##### npm install html2canvas
```javascript
import html2canvas from 'html2canvas'
...
saveImg (id) {
var shareContent = document.getElementByI…
-
## 使用html2canvas 异常情况处理
- 问题1, 不能使用背景图 (使用div包裹一层)
- 最好使用定位处理一些dom, css, -- html2处理会出现失效的情况
```html
```
- 图片模糊问题、 图片不显示(图片跨越问题)
```js
const canvasHtml = docume…
-
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 …
-
If I don't wanna load html2canvas.js async, this is not a good experience
-
**_Screenshot using html2canvas_**
![image (1)](https://user-images.githubusercontent.com/53284278/103140949-515e0900-4713-11eb-8905-58951e535be5.png)
**_Screenshot not using html2canvas_**
![imag…
-
### 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…