@vue-player/core
v0.1.4
Published
Framework-agnostic video player engine powering @vue-player/vue
Downloads
630
Maintainers
Readme
@vue-player/core
Framework-agnostic player engine and TypeScript types for vue-player.
This package is the internal engine used by @vue-player/vue. You do not need to install it directly — it is a dependency and is installed automatically.
If you are building a Vue 3 player, install @vue-player/vue instead.
Types
Import types directly from this package:
import type {
PlayerState,
PlayerControls,
Track,
Chapter,
ThumbnailCue,
VideoSource,
Quality,
PlayerError,
} from '@vue-player/core'