Open alteredorange opened 3 years ago
Hello, thanks. I've started to tinker with external URLs, if you take a look in https://github.com/ohbob/svelte-responsive-images/blob/master/lib/imageOptimizer.js you will see the code for that.
enable got and ExternalImage(url) use ConvertExternal(url), hope that helps.
Does loading external images work?
Heyo! Great plugin! It looks like the external url functions don't work. As far as I can tell, it can only process local images (unless you pass in an array of external images). I guess the only way to process external images would be some sort of through the vite plugin? Any idea on how that could work? Thanks again!