CornerCue CornerCue Docs

Features

Features

Understand screenshot capture, annotation tools, and feedback category behavior.

Framework Guides


Screenshot capture

The widget can capture the current viewport as a JPEG image and attach it to feedback.

Flow:

  1. User clicks capture.
  2. Widget creates a preview.
  3. User can annotate or remove screenshot.
  4. 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:

TypeLabel
bugBug Report
featureFeature Request
feedbackGeneral 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).