Take scalable, semantic, accessible screenshots, in SVG format.SVG screenshots offer various benefits over normal PNG screenshots, while keeping the good parts:
πΌ Flexible: Freely select the region of the website you want to capture or capture the whole page.
π’ Scalable graphics: Screenshots never get pixelated when zooming in.
π Semantic: Text can still be selected and copied to clipboard.
𦻠Accessible: SVG is annotated with ARIA attributes and can be read by screen readers.
π₯ Paste into design tools: SVGs will work in design tools like Illustrator, Figma, Sketch etc.
π Interactive: Links are still clickable.
π¦ Self-contained: Inlines external resources like images, fonts, etc.
πΈ Static: Styles and layout are recorded at the time of snapshot and will not change.
π Small: Depending on the content, SVGs can be magnitudes smaller than PNGs and compress loslessly.
π‘ Secure: The SVG will not contain any JavaScript.