I'm having trouble importing the openseadragon.min.js
file into my index.html
and utilizing its functions as shown below:
var viewer = OpenSeadragon({
id: "seadragon-viewer"
});
Unfortunately, I'm receiving an error stating that OpenSeadragon
is undefined
.
If anyone has any solutions or suggestions, they would be greatly appreciated. Thank you.