All Projects → eduardostuart → vue-image-loader

eduardostuart / vue-image-loader

Licence: MIT License
🌟 Async image loader plugin for Vue.js

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects

Projects that are alternatives of or similar to vue-image-loader

vue-load-image
A Vue component for showing loader during image loading https://john015.github.io/vue-load-image/
Stars: ✭ 60 (+46.34%)
Mutual labels:  image-loader, vue-image-loader
slight
Easy, sample and flexible library for loading, caching and displaying images on Android. written in Kotlin
Stars: ✭ 29 (-29.27%)
Mutual labels:  image-loader
image-loader
Image loading library for Android
Stars: ✭ 19 (-53.66%)
Mutual labels:  image-loader
AppIconLoader
Android app icon loader from AOSP iconloaderlib
Stars: ✭ 112 (+173.17%)
Mutual labels:  image-loader
angular-image-loader
A simple progressive, responsive, lazy image and video loading library for Angular that detects browser size and loads the appropriate image or video only when the element is in viewport. This package requires @thisissoon/angular-inviewport
Stars: ✭ 21 (-48.78%)
Mutual labels:  image-loader
pixel
A lightweight image loader for Android backed by Kotlin Coroutines.
Stars: ✭ 79 (+92.68%)
Mutual labels:  image-loader
Sketch
Sketch 是 Android 上一个强大且全面的图片加载器,支持 GIF,手势缩放以及分块显示超大图片。Sketch is a powerful and comprehensive image loader on Android, with support for GIF, gesture zooming, block display super large image
Stars: ✭ 1,557 (+3697.56%)
Mutual labels:  image-loader
Coil
Image loading for Android backed by Kotlin Coroutines.
Stars: ✭ 7,469 (+18117.07%)
Mutual labels:  image-loader
v-lazy-img
simplistic vue.js directive for image lazy loading
Stars: ✭ 25 (-39.02%)
Mutual labels:  image-loader

Vue Image Loader

Async image loader plugin for Vue.js

Demo

Live demo

Installation

npm install vue-image-loader --save

Usage

// Default timeout: 2 (optional)
Vue.use(require('vue-image-loader'),{
    timeout:2
}); // or Vue.use(window.VueImageLoader)
<image-loader
    src="myimage.gif"
    alt="Awesome!">
</image-loader>

Check /examples for more

License

MIT © Eduardo Stuart

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].