-
Hi all,
In particular I don't understand what the correct place and way to import the plugin code is.
I always get the error If, on the other hand, in the index.html, I move the import out of the script that instantiates Mirador, in this way ...
I get the error: Maybe I'm completely wrong approach ... Can anyone help me? Arthy |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You're going to have to use a bundler if you want to use plugins with Mirador 3, including them via
The README also contains a link to a sample repository that includes the mirador-image-tools plugin, that should help: https://github.com/ProjectMirador/mirador-integration |
Beta Was this translation helpful? Give feedback.
You're going to have to use a bundler if you want to use plugins with Mirador 3, including them via
<script>
tag is not possible at the moment as far as I know. As per the README (could probably be stated a bit more strongly):The README also contains a link to a sample repository that includes the mirador-image-tools plugin, that should help: https://github.com/ProjectMirador/mirador-integration