xiphux / svimg

Svelte image component with image preprocessing and lazy loading
ISC License
243 stars 15 forks source link

ability to use with dynamic assets? #49

Open Blakeinstein opened 9 months ago

Blakeinstein commented 9 months ago

I am using pre-render true and the svelte static adapter. Unfortunately, I have my project setup to use markdown as per this example https://github.com/mvasigh/sveltekit-mdsvex-blog/ , path to images are in my markdown frontmatter instead. Is it possible to still pre process this images?