This commit is contained in:
Rahim
2025-09-22 23:39:30 +10:00
parent d3221ec211
commit d2b2dd4868
132 changed files with 860 additions and 969 deletions
+1 -1
View File
@@ -38,4 +38,4 @@
"publishConfig": {
"access": "public"
}
}
}
@@ -73,4 +73,4 @@ export class HlsJSPlaybackEngine extends EventTarget {
}
}
export const createPlaybackEngine = () => new HlsJSPlaybackEngine();
export const createPlaybackEngine = () => new HlsJSPlaybackEngine();
+1 -1
View File
@@ -1,2 +1,2 @@
export type { IBasePlaybackEngine } from './HlsJSPlaybackEngine';
export { HlsJSPlaybackEngine, createPlaybackEngine } from './HlsJSPlaybackEngine';
export { HlsJSPlaybackEngine, createPlaybackEngine } from './HlsJSPlaybackEngine';
+1 -1
View File
@@ -6,4 +6,4 @@
},
"include": ["src/**/*"],
"exclude": ["dist", "node_modules"]
}
}
+1 -1
View File
@@ -18,4 +18,4 @@ export default defineConfig({
incremental: false,
},
},
});
});