The Tilted Box selection tool from Recogito - now for Annotorious
npm install @recogito/annotorious-tilted-boxThis plugin for Annotorious adds a new
selection tool: the __Tilted Box__.
The Tilted Box allows you to quickly draw a rectangle in an arbitrary rotation.
This can be especially useful for selecting text that appears in photographs or
digitized map images.
__!!! BETA !!!__ the current version support __creating__ annotations only. You
can not (yet) edit existing shapes.
Include the plugin directly via the CDN:
``html
`
Or if you are using npm:
` `
$ npm install @recogito/annotorious-tilted-box
Instantiate Annotorious the normal way, and then register the plugin:
`js
var anno = Annotorious.init({
image: 'my-image'
});
// Init the plugin
Annotorious.TiltedBox(anno);
// Annotorious now has an additional drawing
// tool - set it as the active tool
anno.setDrawingTool('annotorious-tilted-box');
``
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 :-)