ios-capture-support
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ios-capture-support", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "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.", | ||
@@ -5,0 +5,0 @@ "author": "Jason Huggins <hugs@tapster.io>", |
@@ -17,2 +17,3 @@ iOS Capture Support | ||
capture.startPlugin() | ||
// Do something awesome | ||
capture.stopPlugin() |
14938
19