Skip to content

A Node.js addon for allowing screen capture from tethered iOS devices

License

Notifications You must be signed in to change notification settings

tapsterbot/ios-capture-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Node.js addon for allowing screen capture from tethered iOS devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published