Zoomable image viewer with fullscreen, markup overlay, and annotation pin support
| Prop | Type | Default | Description |
|---|---|---|---|
imageUrl | string | — | Image to display |
filename | string | 'Image' | Alt text / display name |
markupShapes | MarkupShape[] | [] | Canvas markup overlay |
annotations | Annotation[] | [] | Annotation pins |
activeAnnotationId | string | null | null | Highlighted pin ID |
annotationMode | boolean | false | Enable click-to-place mode |
onAnnotationClick | (a: Annotation) => void | — | Pin click callback |
onImageClick | (x, y) => void | — | Image click in annotation mode |
onClose | () => void | — | Close callback |