fix: made vp class accessible globally

This commit is contained in:
2026-04-23 02:23:34 +03:30
parent bb3c4f6ba4
commit fbbf6961cf

View File

@@ -5,5 +5,5 @@
* creation: 21/4/2026 * creation: 21/4/2026
*/ */
export { VP } from "./core/index"; import { VP } from "./core/VideoPlayer";
export type { PlayerConfig, Plugin } from "./types/index"; export default VP;