Vite plugin for SvelteKit that downloads remote assets to static directory and updates src paths.
// before
<img src="remote-src.com/img.jpg" alt=... />
// after
<img src="images/img.jpg" alt=... />
Inspired by https://github.com/antfu/vite-plugin-remote-assets