UNPKG

multipeer

Version:

A javascript library that implemets the essential functionalities of WebRTC to make it easier to implement a multiple peer connections typically needed for a video conferencing application.

12 lines 279 B
{ "compilerOptions": { "outDir": "./build", "allowJs": true, "target": "es5", "declaration": true, "strict": true, "module": "commonjs", }, "include": ["./src/**/*"], "exclude": ["node_modules", "**/__tests__/*"] }