#1088·svgedit

Adding assets to an extension

Author: schmidt9Created Jun 4, 2026Updated Jun 4, 2026

In my extension I'd like to add some images and other binary files. I was able to add images to `dist` folder of my plugin project using plugin `@rollup/plugin-url`, but they seem not to appear when I run editor locally, I see only `dist/main-panel.js` there. How do I make SVGEdit see my custom asset files?