AlexMili
AlexMili
That's the point, there is no module menu in setting (anywhere else neither by the way). I am on Beta v0.7.1 with MacOSX Yosemite 10.10.5
Yes the second solution works for me :)
Thought it was good but I just found a case in which it doesn't work. Right after creating my annotation, the annotation is automatically selected. When I press the delete...
Hi, It works fine if I add `saveSelected` inside `createSelection` handler but does not work otherwise. It looks like it is working (no error) but when you try to create...
Indeed another function adding the class would be better for consistency. I would write something like that: ```javascript extraClass = (container, extraClasses) => { let newClass = container.className+ " ";...
I didn't catch yet the inner working of the lib but this is where an error was raised when I tried to create a new selection after deleting the previous...
I ran some more tests with the code below and your current main branch and here is what I got: ```javascript var anno = Annotorious.init({ image: 'hallstatt', locale: 'auto', allowEmpty:...
You're right, we can't let the README get bigger and bigger. I think we should keep the "doc" term (and directory) for the API documentation and use the WIKI for...
For now the regular Github WIKI will be fine.
You're totally right. After taking that into account I don't have any error left. Thks !