Skip to main content
Version: 1.x

Icons

ID: vIcons | Type: Plugin

This plugin loads the default Vime icons into the browser.

Defaults#

  • play
  • pause
  • captionsOn
  • captionsOff
  • enterFullscreen
  • exitFullscreen
  • enterPiP
  • exitPiP
  • seekForward
  • seekBackward
  • volumeLow
  • volumeHigh
  • volumeMute
  • settings
  • checkmark

Setup#

import { Player, Icons } from '@vime-js/complete';
// ...
const player = new Player({
target,
props: {
plugins: [Icons],
},
});