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
*/
export { VP } from "./core/index";
export type { PlayerConfig, Plugin } from "./types/index";
import { VP } from "./core/VideoPlayer";
export default VP;