Answers for "how to use local static images in svelte"

1

how to use local static images in svelte

// put them in the public folder
// access like
// public/assets/bg.png

<img src="assets/bg.png" />
Posted by: Guest on March-28-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language