English | ็ฎไฝไธญๆ
- Install
yarn add vue-image-painter # OR npm i -S vue-image-painter- Import
// main.js
import ImagePainter from 'vue-image-painter'
Vue.use(ImagePainter)- Usage. Please refer to the Demo Source Code
<ImagePainter :src="https://www.images.com/a.jpg"></ImagePainter>| Name | Description | Type | Default |
|---|---|---|---|
| src | image URL. local images must be used require('') |
String | undefined |
| alt | image alt | String | undefined |
| animation | animation effect. optional key: 'draw'๏ผ'blur' | String | 'draw' |
| duration | animation duration. unit: ms | Number | 4000 |
| immediate | display images and animations immediately, don't wait for the image to load | Boolean | false |
| Name | Description | Parameters |
|---|---|---|
| loadStart | image load start | null |
| loadEnd | image load end | null |
| Name | Description |
|---|---|
| default | The content ImagePainter displays, before the image is loaded |
๐๐ If it is helpful to you๏ผplease encourage me with a โญ๏ธStar ~
Copyright (c) 2018-present, komo
