1.0.1 • Published 7 years ago

ios-capture-support v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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-support

Example usage

var capture = require('ios-capture-support')
capture.allow()
capture.startPlugin()
// Do something awesome
capture.stopPlugin()