zerodevx / svelte-img

High-performance responsive/progressive images for SvelteKit
https://zerodevx.github.io/svelte-img/
ISC License
300 stars 11 forks source link

Remote images from the API #7

Closed matthewwwz closed 1 year ago

matthewwwz commented 1 year ago

Hello, nice package! Does this package convert remote images from the API to different formats? I could not get...))

image

zerodevx commented 1 year ago

Nope, your image files need to be stored locally because the transformations are done at build time.