-
I am currently working with html2canvas js. I want to share the canvas on facebook. To do this, I use facebook js sdk and I need to add following script:
```
window.fbAsyncInit = function() {
…
-
I am facing an issue from html2canvas.
when I use
`$("#id").trigger('click')`
in order to call a function which generates a canvas like
`html2canvas(document.querySelector('#CustomImage')).then(ca…
-
### Bug reports:
currently css property
```
hyphens: auto;
```
is not supported
espacially in german, you have very long words which need to be separated sometimes.
html
![image]…
-
Just trying to get this library working in a vue 3 project which uses Vite and not webpack.
Just passing in a simple html div into html2Pdf and see following error:
TypeError: html2canvas__WEBP…
-
Investigate using katex for rendering in svg labels.
-
**Issue by [meatwad5675](https://github.com/meatwad5675)**
_Wednesday Mar 07, 2018 at 21:30 GMT_
_Originally opened as https://github.com/downshiftorg/prophoto/issues/2884_
----
https://html2canvas…
-
### Expected Behavior
I'd like to have a callback when the DOM node has been cloned.
### Possible Solution
html2canvas (https://html2canvas.hertzen.com/configuration) provides an on…
-
I am writing a Vue component:
```
Download image
import {onMounted } from 'vue';
import vueflow from './vueflow.vue';
import html2PDF from 'jspdf-html2can…
-
![image](https://github.com/user-attachments/assets/c5d9cf64-1ab3-4e03-aaff-7d1c2d8d3a3f)
![image](https://github.com/user-attachments/assets/b7fb4e3b-99be-4900-a3d4-f17c03cc612f)
-
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…