feat: added a basic native adapter
it uses basic html api to play the video and do normal things on video like pause and seek
This commit is contained in:
1
src/adapters/index.ts
Normal file
1
src/adapters/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { NativeAdapter } from "./Native";
|
||||
Reference in New Issue
Block a user