Currently, the library depends on the browser context for the core classes, and does not even export them outside this context (which makes sense, of course, since there is not much value outside the browser for it)
However, one thing that is useful to us to do outside the browser context and in the backend instead is to take a persisted annotation state and an image, and generate a base64 url for the annotated raster output. I'm wondering if that would be something remotely possible in the current implementation
Currently, the library depends on the browser context for the core classes, and does not even export them outside this context (which makes sense, of course, since there is not much value outside the browser for it)
However, one thing that is useful to us to do outside the browser context and in the backend instead is to take a persisted annotation state and an image, and generate a base64 url for the annotated raster output. I'm wondering if that would be something remotely possible in the current implementation