spectatr-player-sdk
Version:
A custom video player built with Stencil with Shaka Player integration
13 lines (12 loc) • 516 B
JavaScript
/**
* @fileoverview entry point for your component library
*
* This is the entry point for your component library. Use this file to export utilities,
* constants or data structure that accompany your components.
*
* DO NOT use this file to export your components. Instead, use the recommended approaches
* to consume components of this package as outlined in the `README.md`.
*/
export * from './utils/utils';
export { analyticsService } from './services/analyticsService';
//# sourceMappingURL=index.js.map