💡 Tip
📝 Draft
Screenshot a single DOM element
Safari
- Right-click the element and choose Capture Screenshot (Web Inspector enabled).
Chrome / Edge
- Open DevTools.
- ⌘⇧P (Mac) → type
screenshot
→ pick Capture node screenshot.
Outputs a crisp PNG of just that element—no cropping required.