/vue-apng

compatible work of vue for apng

Primary LanguageJavaScript

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>