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:
2026-04-23 01:25:03 +03:30
parent ba991b8156
commit 72af0641dd
2 changed files with 73 additions and 0 deletions

1
src/adapters/index.ts Normal file
View File

@@ -0,0 +1 @@
export { NativeAdapter } from "./Native";