0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,585 stars (1,585 stars)383 forks (383 forks)batch import
enhancementhelp wanted
Description
Feature Request
- Feature requested: Add the ability to pass an ELEMENT (not only an ID) to thumbnailViewer.
- Reasons for adopting new feature: If we load SVG dynamically and want to use a thumbnailViewer, it's very hard to do so.
- Is this a breaking change? It should not affect the functionality.
Thank you!
- Issue type
- feature
- Research direction
- Examine the thumbnailViewer function, likely in src/thumbnail viewer.js or similar. Understand how it currently accepts an ID (string) and modify it to also accept an element node. Ensure backward compatibility and consider updating documentation and adding tests for both ID and element inputs.