cross platform support in web
npm install -g pnpm
pnpm start
this command can watch files and recompile whenever they change.
pnpm build
The output file will be placed in packages/rtc/dist
prepare a Live Server
add the iris-web-rtc_x.x.x-x.x.js
to your html srcipt
, e.g.,
<script
src="http://127.0.0.1:5500/lib-iris-web.js"
type="application/javascript"
></script>
cd scripts/terra yarn yarn terra
The project is under the MIT license.