mirror of
https://github.com/jambonz/webrtc-client.git
synced 2025-12-18 22:27:44 +00:00
main
Build Project
npm i
npm run build
After successfully build, there is generated file dist/webrtc-widget.js Copy this file to your project and use as normal HTML tag
import './webrtc-widget/webrtc-widget'
<div className="App">
<webrtc-widget></webrtc-widget>
</div>
Description
Languages
TypeScript
59.9%
JavaScript
32.9%
HTML
4.7%
CSS
2.5%