
A JavaScript image annotation library
npm install annotorious-ld


A JavaScript image annotation library. Add drawing, commenting and labeling functionality to images
in Web pages with just a few lines of code. Weighs less than 300kB. See the project website
for details and live demos.

If you use npm, npm install @recogito/annotorious and
``javascript
import { Annotorious } from '@recogito/annotorious';
import '@recogito/annotorious/dist/annotorious.min.css';
const anno = new Annotorious({ image: 'hallstatt' }); // image element or ID
`
Otherwise download the latest release
and include it in your web page.
`html`
`html``

Full documentation is on the project website. Questions? Feedack? Feature requests? Join the
Annotorious chat on Gitter.

BSD 3-Clause (= feel free to use this code in whatever way
you wish. But keep the attribution/license file, and if this code
breaks something, don't complain to us :-)
!NHS Wales Logo 
Using Annotorious? Let us know!
Contributions to both the code and documentation are welcome! More details can be found in the Hacker's Guide on the project website.