-
Hello Erik,
I tried to create a pdf from a document containing a hidden element with content that should also be printed to the pdf output. Therefor I added a ```onclone```-handler for ```html2canv…
m4cx updated
10 months ago
-
- 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…
-
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…
-
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…
-
html2canvas 截图下载下来的内容水印就消失了,这是为何
-
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…
-
html2canvasを使うとできそう(?)
-
**_Screenshot using html2canvas_**
![image (1)](https://user-images.githubusercontent.com/53284278/103140949-515e0900-4713-11eb-8905-58951e535be5.png)
**_Screenshot not using html2canvas_**
![imag…
-
#### vue项目 保存网页生成图片demo
##### 使用插件 html2canvas
##### npm install html2canvas
```javascript
import html2canvas from 'html2canvas'
...
saveImg (id) {
var shareContent = document.getElementByI…