OpenSeadragon in Meteor?

Has anyone managed to implement this open source image viewer (written in pure javascript) in Meteor?

http://openseadragon.github.io/

1 Like

I managed to get this code to work. Make sure you drop the javascript files in the client folder. You can’t have it run on the server or it will break. Based on some googling, I think its the reference to window being run on the server side that breaks.

Works great!