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