Replies: 1 comment
-
Yes, tools must be written in Svelte. (I'm sure there's a way to build them without it. But that would probably involve a lot of troubleshooting, getting them to work with the rest of the system which, internally, is Svelte, too.)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was reading through the code for annotorious-plugin-tools. The tool and editor use Svelte. Is this a requirement? Are you able to use TypeScript to write a new tool and editor?
While the
AnnotoriousOpenSeadragonAnnotator
andAnnotoriousImageAnnotator
classes have theregisterDrawingTool
andregisterShapeEditor
members they are not documented. Is this because they are not supported?Beta Was this translation helpful? Give feedback.
All reactions