Skip to content

Commit

Permalink
[docs] update example image preprocessor (#5755)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jul 29, 2022
1 parent db41520 commit e297259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/18-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ export default {

### Optimization

You may wish to utilize compressed image formats such as `.webp` or `.avif` or responsive images that serve a different size based on your device's screen. For images that are included statically in your project you may use a preprocessor like [svelte-image](https://github.com/matyunya/svelte-image) or a Vite plugin such as [vite-imagetools](https://github.com/JonasKruckenberg/imagetools).
You may wish to utilize compressed image formats such as `.webp` or `.avif` or responsive images that serve a different size based on your device's screen. For images that are included statically in your project you may use a preprocessor like [svimg](https://github.com/xiphux/svimg) or a Vite plugin such as [vite-imagetools](https://github.com/JonasKruckenberg/imagetools).

0 comments on commit e297259

Please sign in to comment.