Screenshots
Adding UI screenshots to documentation
Documentation screenshots help users understand the Danvas interface. This guide covers how to add and manage screenshots effectively.
Screenshot Guidelines
Recommended Tools
- MacOS: Built-in Screenshot (Cmd+Shift+4)
- Vercel Blob: For image hosting and optimization in the app
- Local
/images/folder: For docs-specific screenshots
Requirements
| Requirement | Value |
|---|---|
| Format | PNG or JPEG |
| Max size | 5MB |
| Recommended width | 1200-1600px |
| Border radius | 0.5rem |
Adding Screenshots
To the docs folder
Place screenshots in apps/docs/images/ and reference them:
<img
style={{ borderRadius: '0.5rem' }}