Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Version 0.3.2

Choose a tag to compare

@rsimon rsimon released this 25 Oct 10:38
· 51 commits to main since this release

Added the possibility to configure which tools get added:

// Will only include ellipse and freehand, but not circle
Annotorious.SelectorPack(anno, { 
  tools: ['ellipse', 'freehand']
});