Closed csandreas1 closed 3 years ago
I use the standalone UMD build by including dist/iv-viewer.js and dist/iv-viewer.css in your page.
However when i call const viewer = new FullScreenViewer(); i get : Uncaught ReferenceError: FullScreenViewer is not defined
try this:
viewer = new ImageViewer.FullScreenViewer();
It's working --- thanks...
I use the standalone UMD build by including dist/iv-viewer.js and dist/iv-viewer.css in your page.
However when i call const viewer = new FullScreenViewer(); i get : Uncaught ReferenceError: FullScreenViewer is not defined