fix: made vp class accessible globally
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user