Files
VideoPlayer/src/adapters/index.ts
db123 72af0641dd 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
2026-04-23 01:25:03 +03:30

2 lines
42 B
TypeScript

export { NativeAdapter } from "./Native";