Question: How can I use OpenSeaDragon in Angular 8 in combination with OpenSeadragonSelection Plugin or other Plugins?
See original GitHub issueI want to use OSD for a deep zoom images case in my Angular 8 App. For this I installed the Types declaration stuff for OpenSeadragon library from here.
This works and I was able to instantiate a Viewer instance and get some DZI-Images displayed. Now I want to use the OpenSeadragonSelection from here too.
But I am not able to access to the plugin extension methods provided in the plugin. So roughly the Plugin add some additional methods to the Viewer for example:
$.Viewer.prototype.selection ...
… But I am not able to access these extensions. Do someone know how I can use the plugin in my angular components typescript file?
Thanks
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (2 by maintainers)
Top Results From Across the Web
How to access JavaScript content (or JavaScript files ...
I am using the JavaScript library OpenSeadragon in an Angular 8 app. So the common way is to register the javascript.min.js file in...
Read more >OpenSeadragon
An open-source, web-based viewer for high-resolution zoomable images, implemented in pure JavaScript, for desktop and mobile.
Read more >Tweets with replies by OpenSeadragon ... - Twitter
plugin for openseadragon to allow selecting with the mouse - GitHub ... (Using the tried & tested method of "poking at it with...
Read more >Untitled
Question : How can I use OpenSeaDragon in Angular 8 in combination with OpenSeadragonSelection Plugin or other Plugins?
Read more >openseadragon/openseadragon - Gitter
Hello, I have a problem. I am using the plugin that adds SVG overlay capability, to build clickable rectangles on the images but...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dhandeeswaran thank you for sharing this!
regarding to this issue does anyone knows where can I find support to OpenSeadragonFilter Plugin for typescript (an update index.d.ts file that support this plugin)
thanks