Added New HslPlayer

This commit is contained in:
2025-10-04 21:24:15 +05:30
parent b63346b93d
commit 5bb696c9e4
7 changed files with 1078 additions and 100 deletions
+3
View File
@@ -1,3 +1,5 @@
import Hls from 'hls.js';
declare global {
interface Window {
schema: any;
@@ -5,6 +7,7 @@ declare global {
upload: any;
myModal_open: any;
myModal_close: any;
hls: typeof Hls
}
}