Skip to main content
Version: 4.2.x

xdk-base-modules

@accedo/xdk-base-modules

Accedo Build XDK Device Base Modules

This module is suppose to contain all the common and shared modules between devices, like storages, players, extensions, etc.

Installation

$ npm i @accedo/xdk-base-modules

Module named exports

HTML5PlayerConfig
HTML5Aud

HTML5PlayerAudioTrack,
HTML5PlayerExternalSubtitle,
HTML5PlayerAudioTrackConfig,
HTML5PlayerExternalSubtitleConfig

Usage

From your xdk-device- import the modules from this package, instead from xdk-core

+ // now with this module
+ import(`@accedo/xdk-base-modules/player/extension/HTML5PlayerExternalSubtitle.js`)
- // previously
- import(`@accedo/xdk-base-modules/esm/player/extension/HTML5PlayerExternalSubtitle.js`)