Real-time comparison of HTML to Canvas/Image screenshot libraries.
- Home Demo - Basic HTML to canvas rendering
- Library Comparison - Side-by-side comparison of html2canvas, html-to-image, modern-screenshot, and Satori
- Stress Test - Performance testing with complex layouts
| Library | Version | Approach |
|---|---|---|
| html2canvas | 1.4.1 | DOM to Canvas |
| html-to-image | 1.11.11 | SVG foreignObject |
| modern-screenshot | 4.5.0 | Multiple backends |
| Satori | 0.18.3 | JSX to SVG |
npm install
npm run devMIT