Hi,
I'm trying to use the annotations.js.
I am deploying it from my main html file like this:
<script src="/static/openseadragon-annotations.js"></script>
I need to create annotation per viewer.
I'm doing it like this:
myAeeay.push(new OpenSeadragon.Annotations({viewre_}))
I get an error saying that Annotations is undefined.
What am I missing?
Really thanks for any help and guidance