Files
VideoPlayer/src/index.ts
db123 4977066961 feat: made index main export option only
and added plugin type which i will add to it later on
2026-04-22 14:58:18 +03:30

10 lines
239 B
TypeScript

/**
* VideoPlayer is a modular private video player build with hls.js and dash.js in mind
*
* author: db123 at db
* creation: 21/4/2026
*/
export { VP } from "./core/index";
export type { PlayerConfig, Plugin } from "./types/index";