UNPKG

traceablepeerconnection

Version:

Lowlevel RTCPeerConnection wrapper which allows tracing the API calls

7 lines (4 loc) 198 B
var bundle = require('browserify')({standalone: 'PeerConnection'}), fs = require('fs'); bundle.add('./index'); bundle.bundle().pipe(fs.createWriteStream('traceablepeerconnection.bundle.js'));