Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

johnsoncheg/vue-apng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-apng

a vue component for showing animating png.

Install

npm i vue-apng

Usage

import VueApng from 'vue-apng'

Vue.use(VueApng)

or

import VueApng from 'vue-apng'

new Vue({
  components: {
    VueApng,
  }
})
<vue-apng class="apng" src="imgUrl"></vue-apng>

About

compatible work of vue for apng

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published