UNPKG

@mothepro/fancy-p2p

Version:

A quick and efficient way to form p2p groups in the browser

6 lines 233 B
export { default } from './src/P2P.js'; export { MockPeer } from './src/Peer.js'; import 'simple-peer'; // @ts-ignore simple-peer doesn't support ESM export const ENABLED = SimplePeer.WEBRTC_SUPPORT; //# sourceMappingURL=index.js.map