0.1.1-dev.1 • Published 7 months ago

iris-web-rtc v0.1.1-dev.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

iris_web

cross platform support in web

Environment Install

npm install -g pnpm

QuickStart

pnpm start

this command can watch files and recompile whenever they change.

Build

pnpm build

The output file will be placed in packages/rtc/dist

installation of cross platform

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>

License

The project is under the MIT license.