html-to-image
html-to-image copied to clipboard
✂️ Generates an image from a DOM node using HTML5 canvas and SVG.
### Expected Behavior When i install the html-to-image package via npm, it should come with the src folder, which it doesnt, unless i'm doing something wrong The html-to-image package should...
### Description ### Motivation and Context ### Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality)...
When capturing a page using react/next js canvas elements doesn't appear.
### Expected Behavior I'm using `toPng` to download the React component as a PNG file [on this app](https://clydedz.github.io/tweet-to-image/) I built. It works great when I test it from my Windows...
I'm just starting to experiment with this library, as html2canvas is having some issues for me. The first thin I'm experiencing is a CSS CORS issue. The console debugger is...
While trying to render div container with a lot of angular material chechboxes using htmlToImage.toPng i received an error: `Error: Uncaught (in promise): Event: {"isTrusted":true}` It seems that this error...
I'm creating the html from the string. And i do this with the help of the domparser. Now i pass the body of the parser object to htmltopng but its...
Hi there, `html-to-image` is great lib for us! ### Expected Behavior It would be good if it loaded fonts from `documents.fonts` too. Loading the fonts from `document.fonts` would solve this...
Image with Background image Url is not working while using toBlob method of html-to-image library eg: ### Expected Behavior toBlob should return blob having image as well. Just fyi, it's...
The issue appears to be the in Safari, window.getComputedStyle(...).cssText doesn't include transform-origin even though window.getComputedStyle(...).transformOrigin exists. ### Expected Behavior Generated image should support transform-origin; ### Current Behavior transform-origin is ignored...