Shape label plugin for Annotorious and Annotorious OpenSeadragon
npm install @recogito/annotorious-shape-labelsA plugin for Annotorious and Annotorious OpenSeadragon that adds a the first tag as a label
to the annotation shape.
Download the latest minified release or include directly via CDN.
``html`
Import via npm:
`sh`
npm install @recogito/annotorious-shape-labels
`html

`
The label is inserted into the SVG annotation group as a foreignObject element. In addition,
the plugin adds the first tag as an extra CSS class to the annotation shape.
To apply your own CSS styles, follow this structure:
`svg
``