Relative assets path
Hi Richard,
while integrating Pintura to VILLASweb, I faced the issue that the library assets (images, JS scripts) wouldn't be reachable on the same path as originally intended. A workaround for this was to specify all Pintura JS scripts inside the index.html
document and pass an alternative path for the images. You can see this in the index.html and topology-widget.
Would you agree with this change or suggest an alternative?
An alternative I could think about is using an import pattern as in CoSiCoFe.