xgplayer-mirror-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.1.16 • Public • Published

xgplayer-mirror-plugin

npm version npm downloads

Install

via pnpm, yarn or npm:

pnpm add xgplayer-mirror-plugin
# or
yarn add xgplayer-mirror-plugin
# or
npm i -S xgplayer-mirror-plugin

Usage

import Player from 'xgplayer';
import { mirror, s_mirror } from 'xgplayer-mirror-plugin'

Player.installAll([mirror, s_mirror]);

new Player({

  ...

  mirror: {
    horizontal: true,
    vertical: true,
  },
});

Package Sidebar

Install

npm i xgplayer-mirror-plugin

Weekly Downloads

7

Version

0.1.16

License

MIT

Unpacked Size

89.1 kB

Total Files

5

Last publish

Collaborators

  • chenle