via pnpm, yarn or npm:
pnpm add xgplayer-mirror-plugin
# or
yarn add xgplayer-mirror-plugin
# or
npm i -S xgplayer-mirror-pluginimport Player from 'xgplayer';
import { mirror, s_mirror } from 'xgplayer-mirror-plugin'
Player.installAll([mirror, s_mirror]);
new Player({
...
mirror: {
horizontal: true,
vertical: true,
},
});