1.0.10 • Published 1 year ago

svelte-image-imgix v1.0.10

Weekly downloads
21
License
MIT
Repository
github
Last release
1 year ago

NPM

svelte-image-imgix

Lazy loading images from Imgix using svelte-waypoint. Also heavily inspired by svelte-image. Also works with Unsplash as long as they're using Imgix.

Documentation & Demo

Installation

npm i svelte-image-imgix -D

Enjoy:

<script>
    import { Image } from 'svelte-image-imgix'
</script>

<Image src="https://example.imgix.net/myimage.jpg" />

Development

npm run dev will start a local dev server on localhost:5000

Navigate to http://localhost:5000/svelte-image-imgix to see the docs.

Thanks @svelte-docs

1.0.10

1 year ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago