This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

artplayer-vue

3.5.31 • Public • Published

artplayer-vue

Vue Component for Artplayer, It is recommended to package itself according to actual business needs.

Demo

Checkout the demo from Codesandbox

Install

Install with npm

$ npm install artplayer-vue

Or install with yarn

$ yarn add artplayer-vue

Usage

import ArtplayerComponent from 'artplayer-vue';

// ...
<ArtplayerComponent
    :option="{
        // option, no 'container' property required
    }"
    @getInstance="ins => console.log(ins)" // get the instance
/>;

License

MIT © Harvey Zack

/artplayer-vue/

    Package Sidebar

    Install

    npm i artplayer-vue

    Weekly Downloads

    59

    Version

    3.5.31

    License

    MIT

    Unpacked Size

    126 kB

    Total Files

    5

    Last publish

    Collaborators

    • zhw2590582