Open reidbarber opened 11 months ago
Can use something like html2canvas.
May be difficult to implement with the iframe: https://github.com/codesandbox/sandpack/discussions/838
Can look into dispatching via Sandpack or window.postMessage().
Using something like puppeteer or playwright.
Option 1: On client
Can use something like html2canvas.
May be difficult to implement with the iframe: https://github.com/codesandbox/sandpack/discussions/838
Can look into dispatching via Sandpack or window.postMessage().
Option 2: On server
Using something like puppeteer or playwright.