Sharing my sample screenshot app using snapdom and my experience with it. #180
reynaldichernando
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
Here is the result of the apple.com screenshot, pretty accurate to the real one I would say. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@reynaldichernando I tried your site, it is very well done, thank you for sharing! Regarding the iframe could you explain a bit more how you managed to capture it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @tinchox5 , thank you for this amazing library. This is exactly what I'm looking for after struggling with html2canvas.
I made this screenshot app (https://s8t.pages.dev/) that fetches the HTML of a URL, and rendered via iframe, then converted to image using snapdom.
Some of my findings:
srcdoc
instead of directly using the URL. But it's nice that it is supported.Beta Was this translation helpful? Give feedback.
All reactions