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

Version 0.3.2

Compare
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']
});