Const
The main component for creating and editing markers on an image. It allows users to create, select, and edit markers on a target image.
Typical usage looks something like this:
<MarkerArea targetSrc={targetImage} annotation={annotation} ref={markerAreaRef} onAnnotationChange={setAnnotation}/> Copy
<MarkerArea targetSrc={targetImage} annotation={annotation} ref={markerAreaRef} onAnnotationChange={setAnnotation}/>
The main component for creating and editing markers on an image. It allows users to create, select, and edit markers on a target image.
Typical usage looks something like this: