ios-capture-support
v1.0.1
Published
A Node.js addon for allowing screen capture from tethered iOS devices. It doesn't do the actual screen capturing or recording, but it performs the required actions to enable capture to happen.
Maintainers
Readme
iOS Capture Support
A Node.js addon for allowing screen capture from tethered iOS devices. It doesn't do the actual screen capturing or recording, but it performs the required actions to enable capture to happen.
Install
npm install ios-capture-supportExample usage
var capture = require('ios-capture-support')
capture.allow()
capture.startPlugin()
// Do something awesome
capture.stopPlugin()