gst-plugins-rs/net/webrtc/examples/webrtcsink-stats/src/main.ts

8 lines
118 B
TypeScript
Raw Normal View History

2021-11-26 19:33:45 +00:00
import App from './App.svelte'
const app = new App({
target: document.getElementById('app')
})
export default app