Features
Features
Understand screenshot capture, annotation tools, and feedback category behavior.
Screenshot capture
The widget can capture the current viewport as a JPEG image and attach it to feedback.
Flow:
- User clicks capture.
- Widget creates a preview.
- User can annotate or remove screenshot.
- Screenshot is submitted as base64 data URL.
The widget popover itself is excluded from the screenshot.
Annotation editor
Annotation tools:
- Pen
- Rectangle
- Arrow
- 5 colors: red, amber, green, blue, black
- Undo (
Ctrl+Z) - Cancel (
Escape)
The editor opens in full-screen overlay and is lazy-loaded on first use.
Feedback types
Built-in categories:
| Type | Label |
|---|---|
bug | Bug Report |
feature | Feature Request |
feedback | General Feedback |
By default, users pick from a type menu. You can skip this menu by setting defaultType (framework/programmatic) or data-cc-type (script tag).