svelte-preprocess-import-assets

A Svelte preprocessor that allows importing assets through <img src="...">.

What is it

Svelte doesn't have opinions on how assets are handled. By leveraging a bundler, assets can be imported with import statements, and the value can be used as the img src. However, it is one extra line of code that can be automated, which this preprocessor acheives by transforming img src to direct JavaScript imports.