gst-plugins-rs/net/webrtc/examples/webrtcsink-stats/src/main.ts
Thibault Saunier 39c0dcb0d4 Plug webrtc in
2022-10-20 11:51:58 +02:00

8 lines
118 B
TypeScript

import App from './App.svelte'
const app = new App({
target: document.getElementById('app')
})
export default app