mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
docs: use framework exports in player API examples (#821)
This commit is contained in:
@@ -40,7 +40,7 @@ export interface CreatePlayerResult<Store extends PlayerStore> {
|
||||
*
|
||||
* @example
|
||||
* ```ts
|
||||
* import { createPlayer, MediaElement } from '@videojs/html';
|
||||
* import { createPlayer, MediaElement, selectPlayback } from '@videojs/html';
|
||||
* import { videoFeatures } from '@videojs/html/video';
|
||||
*
|
||||
* const { ProviderMixin, ContainerMixin, PlayerController, context } = createPlayer({
|
||||
|
||||
Reference in New Issue
Block a user