ios-capture-support

1.0.1 • Public • Published

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()

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i ios-capture-support

      Weekly Downloads

      0

      Version

      1.0.1

      License

      MIT

      Last publish

      Collaborators

      • hugs