@n.see/gif-player
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

gif-player

安装

npm install @n.see/gif-player --save

使用

template
<div
    class="git-player"
    data-src="/src/assets/03.gif"
    data-width="500"
></div>
script
import { onMounted } from 'vue';
import GifPlayer from '@n.see/gif-player';

onMounted(() => {
    GifPlayer.run('.git-player');
});

Package Sidebar

Install

npm i @n.see/gif-player

Weekly Downloads

3

Version

1.1.0

License

ISC

Unpacked Size

17.8 kB

Total Files

5

Last publish

Collaborators

  • n.see